diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-26 08:22:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-26 08:22:08 +0000 |
commit | 328e99747655cee28f549d75dac0d33ece1efe4e (patch) | |
tree | 70de01b63219aad36d77ac2b95373304f3a109fb /app-arch/cabextract/cabextract-0.6.ebuild | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-328e99747655cee28f549d75dac0d33ece1efe4e.tar.gz gentoo-2-328e99747655cee28f549d75dac0d33ece1efe4e.tar.bz2 gentoo-2-328e99747655cee28f549d75dac0d33ece1efe4e.zip |
DEPENDs can NOT be changed to virtual/libc until a virtual/libc is actually installed on user systems. That is not the case at present. On athe majority, it's just virtual/glibc. It will take a little time, and upgrade cycles, before we can be confident in the majority having virtual/libc installed
Diffstat (limited to 'app-arch/cabextract/cabextract-0.6.ebuild')
-rw-r--r-- | app-arch/cabextract/cabextract-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/cabextract/cabextract-0.6.ebuild b/app-arch/cabextract/cabextract-0.6.ebuild index e797b0d3888b..b5a853f49933 100644 --- a/app-arch/cabextract/cabextract-0.6.ebuild +++ b/app-arch/cabextract/cabextract-0.6.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/cabextract/cabextract-0.6.ebuild,v 1.16 2004/06/25 23:48:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.6.ebuild,v 1.17 2004/06/26 08:22:08 seemant Exp $ DESCRIPTION="Extracts files from Microsoft .cab files" HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php3" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64" IUSE="" -DEPEND="virtual/libc" +DEPEND="virtual/glibc" src_install() { dobin cabextract || die |