diff options
Diffstat (limited to 'sys-apps/sed/sed-4.2.ebuild')
-rw-r--r-- | sys-apps/sed/sed-4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 )" |