summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-13 03:27:00 +0000
committerMike Frysinger <vapier@gentoo.org>2008-02-13 03:27:00 +0000
commitc45307e488fcd266a93ed51caafb0ddb9dfda3f8 (patch)
tree094eae712c97ab649b17254f99a0d262b3a650c9 /sys-apps/busybox
parentNew ps3-utils ebuild (diff)
downloadgentoo-2-c45307e488fcd266a93ed51caafb0ddb9dfda3f8.tar.gz
gentoo-2-c45307e488fcd266a93ed51caafb0ddb9dfda3f8.tar.bz2
gentoo-2-c45307e488fcd266a93ed51caafb0ddb9dfda3f8.zip
no point in dropping KEYWORDS when the only thing we use is +static in IUSE
(Portage version: 2.2_pre2)
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r--sys-apps/busybox/ChangeLog6
-rw-r--r--sys-apps/busybox/busybox-1.9.0.ebuild9
2 files changed, 4 insertions, 11 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog
index 7490b19c69d7..97f5bbf1ff45 100644
--- a/sys-apps/busybox/ChangeLog
+++ b/sys-apps/busybox/ChangeLog
@@ -1,10 +1,6 @@
# ChangeLog for sys-apps/busybox
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.180 2008/02/13 01:05:31 solar Exp $
-
- 13 Feb 2008; <solar@gentoo.org> busybox-1.9.0.ebuild:
- - QA Violation. Remove keywords. EAPI=1 is not even a proper draft. We must
- not use it in packages people depend on.
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.181 2008/02/13 03:27:00 vapier Exp $
*busybox-1.9.0 (06 Feb 2008)
diff --git a/sys-apps/busybox/busybox-1.9.0.ebuild b/sys-apps/busybox/busybox-1.9.0.ebuild
index af3dce398f93..6cf05a3856b8 100644
--- a/sys-apps/busybox/busybox-1.9.0.ebuild
+++ b/sys-apps/busybox/busybox-1.9.0.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.9.0.ebuild,v 1.2 2008/02/13 01:05:31 solar Exp $
-
-EAPI=1
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.9.0.ebuild,v 1.3 2008/02/13 03:27:00 vapier Exp $
inherit eutils flag-o-matic savedconfig toolchain-funcs
@@ -59,9 +57,8 @@ fi
LICENSE="GPL-2"
SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-KEYWORDS=""
-IUSE="debug make-symlinks pam selinux +static"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="debug make-symlinks pam selinux static"
RESTRICT="test"
DEPEND="selinux? ( sys-libs/libselinux )