diff options
author | 2004-06-26 09:18:50 +0000 | |
---|---|---|
committer | 2004-06-26 09:18:50 +0000 | |
commit | 9ff15d72e74f4e8508c14ee4491872a3eb1f64ea (patch) | |
tree | 7d8c9536a9940483d040f324723e438e1fe69756 /app-arch/unzip | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-9ff15d72e74f4e8508c14ee4491872a3eb1f64ea.tar.gz gentoo-2-9ff15d72e74f4e8508c14ee4491872a3eb1f64ea.tar.bz2 gentoo-2-9ff15d72e74f4e8508c14ee4491872a3eb1f64ea.zip |
my mistake
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.50-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/unzip/ChangeLog b/app-arch/unzip/ChangeLog index a7480cb2b347..302c69b8da81 100644 --- a/app-arch/unzip/ChangeLog +++ b/app-arch/unzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unzip # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.24 2004/06/26 08:20:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.25 2004/06/26 09:17:41 seemant Exp $ + + 26 Jun 2004; Seemant Kulleen <seemant@gentoo.org> unzip-5.50-r2.ebuild: + my mistake 26 Jun 2004; Seemant Kulleen <seemant@gentoo.org> unzip-5.50-r2.ebuild: can not have virtual/libc at all yet actually diff --git a/app-arch/unzip/unzip-5.50-r2.ebuild b/app-arch/unzip/unzip-5.50-r2.ebuild index b2ed173ce07f..0a07b1af5d61 100644 --- a/app-arch/unzip/unzip-5.50-r2.ebuild +++ b/app-arch/unzip/unzip-5.50-r2.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/app-arch/unzip/unzip-5.50-r2.ebuild,v 1.14 2004/06/26 08:20:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50-r2.ebuild,v 1.15 2004/06/26 09:17:41 seemant Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" IUSE="" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} >=sys-apps/sed-4" |