diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-26 08:20:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-26 08:20:15 +0000 |
commit | 329d6f31a8c4475522ea48b7a6af3e5cab3e6326 (patch) | |
tree | e927bfc86556c06131ed1472c4e9ef6cf217b8b9 | |
parent | ~amd64 (diff) | |
download | historical-329d6f31a8c4475522ea48b7a6af3e5cab3e6326.tar.gz historical-329d6f31a8c4475522ea48b7a6af3e5cab3e6326.tar.bz2 historical-329d6f31a8c4475522ea48b7a6af3e5cab3e6326.zip |
can not have virtual/libc at all yet actually
-rw-r--r-- | app-arch/bzip2/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.2-r3.ebuild | 4 | ||||
-rw-r--r-- | app-arch/unzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.50-r2.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/app-arch/bzip2/ChangeLog b/app-arch/bzip2/ChangeLog index 18bcec107c94..0121d2e17e63 100644 --- a/app-arch/bzip2/ChangeLog +++ b/app-arch/bzip2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/bzip2 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.8 2004/06/26 08:18:29 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.9 2004/06/26 08:19:51 seemant Exp $ + + 26 Jun 2004; Seemant Kulleen <seemant@gentoo.org> bzip2-1.0.2-r3.ebuild: + can not have virtual/libc at all yet actually 26 Jun 2004; Seemant Kulleen <seemant@gentoo.org> bzip2-1.0.2-r3.ebuild: virtual/glibc needs to be in DEPEND until virtual/libc _COMPLETELY_ obsoletes diff --git a/app-arch/bzip2/bzip2-1.0.2-r3.ebuild b/app-arch/bzip2/bzip2-1.0.2-r3.ebuild index 5ad5c299340b..e78858e843ae 100644 --- a/app-arch/bzip2/bzip2-1.0.2-r3.ebuild +++ b/app-arch/bzip2/bzip2-1.0.2-r3.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/bzip2/bzip2-1.0.2-r3.ebuild,v 1.12 2004/06/26 08:18:29 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.2-r3.ebuild,v 1.13 2004/06/26 08:19:51 seemant Exp $ inherit gcc flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" IUSE="build static debug" -DEPEND="virtual/libc virtual/glibc" +DEPEND="virtual/glibc" src_unpack() { unpack ${A} diff --git a/app-arch/unzip/ChangeLog b/app-arch/unzip/ChangeLog index bc296c779ab2..a7480cb2b347 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.23 2004/06/24 21:38:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.24 2004/06/26 08:20:15 seemant Exp $ + + 26 Jun 2004; Seemant Kulleen <seemant@gentoo.org> unzip-5.50-r2.ebuild: + can not have virtual/libc at all yet actually 11 May 2004; Michael McCabe <randy@gentoo.org> unzip-5.50-r2.ebuild: Added s390 keywords diff --git a/app-arch/unzip/unzip-5.50-r2.ebuild b/app-arch/unzip/unzip-5.50-r2.ebuild index a50c8d349025..b2ed173ce07f 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.13 2004/06/25 23:56:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50-r2.ebuild,v 1.14 2004/06/26 08:20:15 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/libc" +RDEPEND="virtual/glibc" DEPEND="${RDEPEND} >=sys-apps/sed-4" |