diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-29 19:41:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-29 19:41:36 +0000 |
commit | 90ac1bfe2ca63e3c02f6088699ef5b505e43f315 (patch) | |
tree | b0d3b911e570486ace8c0d895b552a860133b7dd /sys-apps/sed | |
parent | Initial import of an acl virtual to depend on the proper packages for Linux a... (diff) | |
download | gentoo-2-90ac1bfe2ca63e3c02f6088699ef5b505e43f315.tar.gz gentoo-2-90ac1bfe2ca63e3c02f6088699ef5b505e43f315.tar.bz2 gentoo-2-90ac1bfe2ca63e3c02f6088699ef5b505e43f315.zip |
Replace sys-apps/acl dependency with virtual/acl, unbreaking Gentoo/FreeBSD.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/sed/sed-4.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/sed/ChangeLog b/sys-apps/sed/ChangeLog index 78aac215164b..00584a0ca8ba 100644 --- a/sys-apps/sed/ChangeLog +++ b/sys-apps/sed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/sed # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.92 2009/05/26 07:10:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.93 2009/05/29 19:41:36 flameeyes Exp $ + + 29 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> sed-4.2.ebuild: + Replace sys-apps/acl dependency with virtual/acl, unbreaking + Gentoo/FreeBSD. 26 May 2009; Mike Frysinger <vapier@gentoo.org> sed-4.2.ebuild: Add support for USE=acl #271212 by Daniel Robbins. diff --git a/sys-apps/sed/sed-4.2.ebuild b/sys-apps/sed/sed-4.2.ebuild index 7e8d777d7aba..98745268e042 100644 --- a/sys-apps/sed/sed-4.2.ebuild +++ b/sys-apps/sed/sed-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.ebuild,v 1.3 2009/05/26 07:10:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.ebuild,v 1.4 2009/05/29 19:41:36 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="acl nls static" RDEPEND="nls? ( virtual/libintl ) - acl? ( sys-apps/acl )" + acl? ( virtual/acl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |