summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2010-03-31 18:10:01 +0000
committerNed Ludd <solar@gentoo.org>2010-03-31 18:10:01 +0000
commit0574901f1cbb35d5c650c75374db852e838afce4 (patch)
treeebb040f615b06939f4b00ec41232d7d52d1b4fdc /sys-apps/busybox/busybox-1.14.2.ebuild
parent- elibc_glibc has to be defined in IUSE= for profiles that are unable to use.... (diff)
downloadgentoo-2-0574901f1cbb35d5c650c75374db852e838afce4.tar.gz
gentoo-2-0574901f1cbb35d5c650c75374db852e838afce4.tar.bz2
gentoo-2-0574901f1cbb35d5c650c75374db852e838afce4.zip
- elibc_glibc has to be defined in IUSE= for profiles that are unable to use.force that flag bug #312085
(Portage version: 2.1.8.2/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/busybox/busybox-1.14.2.ebuild')
-rw-r--r--sys-apps/busybox/busybox-1.14.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/busybox/busybox-1.14.2.ebuild b/sys-apps/busybox/busybox-1.14.2.ebuild
index f28189712339..b6f984c9d471 100644
--- a/sys-apps/busybox/busybox-1.14.2.ebuild
+++ b/sys-apps/busybox/busybox-1.14.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.14.2.ebuild,v 1.7 2009/11/17 19:57:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.14.2.ebuild,v 1.8 2010/03/31 18:10:01 solar Exp $
inherit eutils flag-o-matic savedconfig toolchain-funcs
@@ -57,7 +57,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="debug make-symlinks pam selinux static"
+IUSE="debug make-symlinks pam selinux static elibc_glibc"
RESTRICT="test"
DEPEND="selinux? ( sys-libs/libselinux )