diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-07-29 07:52:36 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-07-29 07:52:36 +0000 |
commit | 00955447ac3f90ad31920f0656479c03342e32df (patch) | |
tree | 5d15884353f40693652e5e8ae4b7551ca61db937 /sys-apps/busybox | |
parent | Fix missing -I/usr/include/raptor2 in lrdf.pc; as noticed when building roseg... (diff) | |
download | gentoo-2-00955447ac3f90ad31920f0656479c03342e32df.tar.gz gentoo-2-00955447ac3f90ad31920f0656479c03342e32df.tar.bz2 gentoo-2-00955447ac3f90ad31920f0656479c03342e32df.zip |
Add ~x86-linux keyword.
(Portage version: 2.2.0_alpha47_p6/cvs/Linux i686)
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-1.18.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog index ec0bfefc8ea8..6be81fb6f5ee 100644 --- a/sys-apps/busybox/ChangeLog +++ b/sys-apps/busybox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/busybox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.274 2011/07/26 17:53:57 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.275 2011/07/29 07:52:36 zmedico Exp $ + + 29 Jul 2011; Zac Medico <zmedico@gentoo.org> busybox-1.18.4.ebuild: + Add ~x86-linux keyword. 26 Jul 2011; Zac Medico <zmedico@gentoo.org> busybox-1.18.4.ebuild: Bump to EAPI 3 and fix for prefix. diff --git a/sys-apps/busybox/busybox-1.18.4.ebuild b/sys-apps/busybox/busybox-1.18.4.ebuild index 473af2cf8f79..8da5e7214c4e 100644 --- a/sys-apps/busybox/busybox-1.18.4.ebuild +++ b/sys-apps/busybox/busybox-1.18.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.18.4.ebuild,v 1.3 2011/07/26 17:53:57 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.18.4.ebuild,v 1.4 2011/07/29 07:52:36 zmedico Exp $ EAPI="3" inherit eutils flag-o-matic savedconfig toolchain-funcs @@ -57,7 +57,7 @@ else fi LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux" IUSE="debug ipv6 make-symlinks +mdev nfs -pam selinux static elibc_glibc" RESTRICT="test" |