Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 444232 | Differences between
and this patch

Collapse All | Expand All

(-)a/coreutils-8.20.ebuild (-3 / +4 lines)
Lines 18-24 Link Here
18
LICENSE="GPL-3"
18
LICENSE="GPL-3"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd"
20
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd"
21
IUSE="acl caps gmp nls selinux static userland_BSD vanilla xattr"
21
IUSE="acl caps gmp hostname nls selinux static userland_BSD vanilla xattr"
22
22
23
LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )
23
LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )
24
	caps? ( sys-libs/libcap )
24
	caps? ( sys-libs/libcap )
Lines 27-32 Link Here
27
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs]} )
27
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs]} )
28
	selinux? ( sys-libs/libselinux )
28
	selinux? ( sys-libs/libselinux )
29
	nls? ( >=sys-devel/gettext-0.15 )
29
	nls? ( >=sys-devel/gettext-0.15 )
30
	hostname? ( !sys-apps/net-tools )
30
	!app-misc/realpath
31
	!app-misc/realpath
31
	!<sys-apps/util-linux-2.13
32
	!<sys-apps/util-linux-2.13
32
	!sys-apps/stat
33
	!sys-apps/stat
Lines 81-88 Link Here
81
		--with-packager="Gentoo" \
82
		--with-packager="Gentoo" \
82
		--with-packager-version="${PVR} (p${PATCH_VER:-0})" \
83
		--with-packager-version="${PVR} (p${PATCH_VER:-0})" \
83
		--with-packager-bug-reports="http://bugs.gentoo.org/" \
84
		--with-packager-bug-reports="http://bugs.gentoo.org/" \
84
		--enable-install-program="arch" \
85
		--enable-install-program="arch,$(use hostname && echo hostname)" \
85
		--enable-no-install-program="groups,hostname,kill,su,uptime" \
86
		--enable-no-install-program="groups,kill,su,uptime" \
86
		--enable-largefile \
87
		--enable-largefile \
87
		$(use caps || echo --disable-libcap) \
88
		$(use caps || echo --disable-libcap) \
88
		$(use_enable nls) \
89
		$(use_enable nls) \

Return to bug 444232