Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 406109
Collapse All | Expand All

(-)virtual/acl/acl-0.ebuild (-2 / +4 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/virtual/acl/acl-0.ebuild,v 1.3 2011/11/11 00:06:15 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/virtual/acl/acl-0.ebuild,v 1.3 2011/11/11 00:06:15 jer Exp $
4
4
5
EAPI="4"
6
5
DESCRIPTION="Virtual for acl support (sys/acl.h)"
7
DESCRIPTION="Virtual for acl support (sys/acl.h)"
6
HOMEPAGE=""
8
HOMEPAGE=""
7
SRC_URI=""
9
SRC_URI=""
Lines 9-16 Link Here
9
LICENSE=""
11
LICENSE=""
10
SLOT="0"
12
SLOT="0"
11
KEYWORDS="alpha amd64 arm ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
13
KEYWORDS="alpha amd64 arm ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
12
IUSE=""
14
IUSE="static"
13
15
14
DEPEND=""
16
DEPEND=""
15
RDEPEND="kernel_linux? ( sys-apps/acl )
17
RDEPEND="kernel_linux? ( static? ( sys-apps/acl[static-libs] ) !static? ( sys-apps/acl ) )
16
	kernel_FreeBSD? ( sys-freebsd/freebsd-lib )"
18
	kernel_FreeBSD? ( sys-freebsd/freebsd-lib )"
(-)net-misc/rsync/rsync-3.0.9-r1.ebuild (-1 / +1 lines)
Lines 16-22 Link Here
16
IUSE="acl iconv ipv6 static xattr"
16
IUSE="acl iconv ipv6 static xattr"
17
17
18
DEPEND=">=dev-libs/popt-1.5
18
DEPEND=">=dev-libs/popt-1.5
19
	acl? ( virtual/acl )
19
	acl? ( static? ( virtual/acl[static] ) !static? ( virtual/acl ) )
20
	xattr? ( kernel_linux? ( sys-apps/attr ) )
20
	xattr? ( kernel_linux? ( sys-apps/attr ) )
21
	iconv? ( virtual/libiconv )"
21
	iconv? ( virtual/libiconv )"
22
22

Return to bug 406109