diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-26 09:18:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-26 09:18:50 +0000 |
commit | 2c765417c65b5c884ac1904f07076b2fcd0e3b89 (patch) | |
tree | 45627265c1bcec951fedb20bb2ad61909eb265ff /app-arch/unzip/unzip-5.50-r2.ebuild | |
parent | ~amd64 (diff) | |
download | historical-2c765417c65b5c884ac1904f07076b2fcd0e3b89.tar.gz historical-2c765417c65b5c884ac1904f07076b2fcd0e3b89.tar.bz2 historical-2c765417c65b5c884ac1904f07076b2fcd0e3b89.zip |
my mistake
Diffstat (limited to 'app-arch/unzip/unzip-5.50-r2.ebuild')
-rw-r--r-- | app-arch/unzip/unzip-5.50-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |