From 90ac1bfe2ca63e3c02f6088699ef5b505e43f315 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 29 May 2009 19:41:36 +0000 Subject: Replace sys-apps/acl dependency with virtual/acl, unbreaking Gentoo/FreeBSD. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- sys-apps/sed/ChangeLog | 6 +++++- sys-apps/sed/sed-4.2.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'sys-apps/sed') 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ò sed-4.2.ebuild: + Replace sys-apps/acl dependency with virtual/acl, unbreaking + Gentoo/FreeBSD. 26 May 2009; Mike Frysinger 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 )" -- cgit v1.2.3-65-gdbad