diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 21:41:51 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 21:41:51 +0000 |
commit | 05f0b0317b051a2308448814f6e2ab5e345bb518 (patch) | |
tree | 8ac31ff3e91d2beb1172a299b9845c462be3037e /sys-apps/sed/sed-4.0.7.ebuild | |
parent | virtual/glibc -> virtual/libc, add IUSE (Manifest recommit) (diff) | |
download | gentoo-2-05f0b0317b051a2308448814f6e2ab5e345bb518.tar.gz gentoo-2-05f0b0317b051a2308448814f6e2ab5e345bb518.tar.bz2 gentoo-2-05f0b0317b051a2308448814f6e2ab5e345bb518.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'sys-apps/sed/sed-4.0.7.ebuild')
-rw-r--r-- | sys-apps/sed/sed-4.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.0.7.ebuild b/sys-apps/sed/sed-4.0.7.ebuild index 21b8e7a9e366..b5896e76f9f1 100644 --- a/sys-apps/sed/sed-4.0.7.ebuild +++ b/sys-apps/sed/sed-4.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.7.ebuild,v 1.16 2004/06/27 19:32:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.7.ebuild,v 1.17 2004/07/01 21:38:52 eradicator Exp $ inherit gnuconfig @@ -13,7 +13,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="nls static build" -DEPEND="virtual/glibc +DEPEND="virtual/libc nls? ( sys-devel/gettext )" src_compile() { |