diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-06 19:19:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-06 19:19:32 +0000 |
commit | e0be3100a2de9319b858282f947a1bfd67ecbe46 (patch) | |
tree | 9637d7401becba3a0deafe9654f089cef7156d61 /sys-apps/coreutils | |
parent | Remove broken patches to fix crasher bug #139368 (diff) | |
download | gentoo-2-e0be3100a2de9319b858282f947a1bfd67ecbe46.tar.gz gentoo-2-e0be3100a2de9319b858282f947a1bfd67ecbe46.tar.bz2 gentoo-2-e0be3100a2de9319b858282f947a1bfd67ecbe46.zip |
Drop keyword from old version, and make acl deps being actual dep only on Linux. *BSD does not require those deps although acl works fine.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.96.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.97.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 278c7501977e..a0a66ceb2356 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.173 2006/06/25 03:52:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.174 2006/07/06 19:19:32 flameeyes Exp $ + + 06 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> coreutils-5.96.ebuild, + coreutils-5.97.ebuild: + Drop keyword from old version, and make acl deps being actual dep only on + Linux. *BSD does not require those deps although acl works fine. *coreutils-5.97 (25 Jun 2006) diff --git a/sys-apps/coreutils/coreutils-5.96.ebuild b/sys-apps/coreutils/coreutils-5.96.ebuild index 70c97804a1c9..6ffb1504d0e2 100644 --- a/sys-apps/coreutils/coreutils-5.96.ebuild +++ b/sys-apps/coreutils/coreutils-5.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.96.ebuild,v 1.6 2006/06/07 12:47:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.96.ebuild,v 1.7 2006/07/06 19:19:32 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="acl nls selinux static" RDEPEND="selinux? ( sys-libs/libselinux ) diff --git a/sys-apps/coreutils/coreutils-5.97.ebuild b/sys-apps/coreutils/coreutils-5.97.ebuild index ef3355ff310b..ddd1209f9651 100644 --- a/sys-apps/coreutils/coreutils-5.97.ebuild +++ b/sys-apps/coreutils/coreutils-5.97.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.97.ebuild,v 1.1 2006/06/25 03:52:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.97.ebuild,v 1.2 2006/07/06 19:19:32 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="acl nls selinux static" RDEPEND="selinux? ( sys-libs/libselinux ) - acl? ( sys-apps/acl sys-apps/attr ) + acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) nls? ( sys-devel/gettext ) >=sys-libs/ncurses-5.3-r5" DEPEND="${RDEPEND} |