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
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')
-rw-r--r--sys-apps/busybox/ChangeLog7
-rw-r--r--sys-apps/busybox/busybox-1.14.2.ebuild6
-rw-r--r--sys-apps/busybox/busybox-1.15.2.ebuild6
-rw-r--r--sys-apps/busybox/busybox-1.15.3.ebuild4
-rw-r--r--sys-apps/busybox/busybox-1.16.0.ebuild4
5 files changed, 16 insertions, 11 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog
index e13a20d2aba8..f382e88a46ed 100644
--- a/sys-apps/busybox/ChangeLog
+++ b/sys-apps/busybox/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/busybox
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.246 2010/03/23 20:20:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.247 2010/03/31 18:10:01 solar Exp $
+
+ 31 Mar 2010; <solar@gentoo.org> busybox-1.14.2.ebuild,
+ busybox-1.15.2.ebuild, busybox-1.15.3.ebuild, busybox-1.16.0.ebuild:
+ - elibc_glibc has to be defined in IUSE= for profiles that are unable to
+ use.force that flag bug #312085
23 Mar 2010; Brent Baude <ranger@gentoo.org> busybox-1.15.3.ebuild:
stable ppc, bug 305619
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 )
diff --git a/sys-apps/busybox/busybox-1.15.2.ebuild b/sys-apps/busybox/busybox-1.15.2.ebuild
index 8c2fec513d28..18eec8f0117c 100644
--- a/sys-apps/busybox/busybox-1.15.2.ebuild
+++ b/sys-apps/busybox/busybox-1.15.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.15.2.ebuild,v 1.1 2009/11/05 00:52:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.15.2.ebuild,v 1.2 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 )
diff --git a/sys-apps/busybox/busybox-1.15.3.ebuild b/sys-apps/busybox/busybox-1.15.3.ebuild
index fbbbcba7f1bd..b4552052aa5d 100644
--- a/sys-apps/busybox/busybox-1.15.3.ebuild
+++ b/sys-apps/busybox/busybox-1.15.3.ebuild
@@ -1,6 +1,6 @@
# 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.15.3.ebuild,v 1.8 2010/03/23 20:20:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.15.3.ebuild,v 1.9 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 )
diff --git a/sys-apps/busybox/busybox-1.16.0.ebuild b/sys-apps/busybox/busybox-1.16.0.ebuild
index cd3139bf1f31..744fa07d956f 100644
--- a/sys-apps/busybox/busybox-1.16.0.ebuild
+++ b/sys-apps/busybox/busybox-1.16.0.ebuild
@@ -1,6 +1,6 @@
# 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.16.0.ebuild,v 1.3 2010/03/15 00:21:50 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.16.0.ebuild,v 1.4 2010/03/31 18:10:01 solar Exp $
EAPI=2
inherit eutils flag-o-matic savedconfig toolchain-funcs
@@ -58,7 +58,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="debug ipv6 make-symlinks +mdev -pam selinux static"
+IUSE="debug ipv6 make-symlinks +mdev -pam selinux static elibc_glibc"
RESTRICT="test"
DEPEND="selinux? ( sys-libs/libselinux )