--- findutils-4.3.13.ebuild 2008-03-29 16:36:54.000000000 +0100 +++ findutils-4.3.13-r1.ebuild 2008-04-06 16:20:44.218174000 +0200 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" -IUSE="nls selinux static" +IUSE="nls selinux static rootfs" RDEPEND="selinux? ( sys-libs/libselinux ) nls? ( virtual/libintl )" @@ -41,6 +41,10 @@ if echo "#include " | $(tc-getCPP) > /dev/null ; then myconf="${myconf} --without-included-regex" fi + + if use rootfs ; then + myconf="${myconf} --bindir=/bin --sbindir=/sbin" + fi econf \ $(use_enable nls) \