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

(-)findutils-4.3.13.ebuild (-1 / +5 lines)
Lines 14-20 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
16
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
17
IUSE="nls selinux static"
17
IUSE="nls selinux static rootfs"
18
18
19
RDEPEND="selinux? ( sys-libs/libselinux )
19
RDEPEND="selinux? ( sys-libs/libselinux )
20
	nls? ( virtual/libintl )"
20
	nls? ( virtual/libintl )"
Lines 41-46 Link Here
41
	if echo "#include <regex.h>" | $(tc-getCPP) > /dev/null ; then
41
	if echo "#include <regex.h>" | $(tc-getCPP) > /dev/null ; then
42
		myconf="${myconf} --without-included-regex"
42
		myconf="${myconf} --without-included-regex"
43
	fi
43
	fi
44
	
45
	if use rootfs ; then
46
	    myconf="${myconf} --bindir=/bin --sbindir=/sbin"
47
	fi
44
48
45
	econf \
49
	econf \
46
		$(use_enable nls) \
50
		$(use_enable nls) \

Return to bug 216727