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 /app-arch/bzip2 | |
parent | ~amd64 (diff) | |
download | historical-329d6f31a8c4475522ea48b7a6af3e5cab3e6326.tar.gz historical-329d6f31a8c4475522ea48b7a6af3e5cab3e6326.tar.bz2 historical-329d6f31a8c4475522ea48b7a6af3e5cab3e6326.zip |
can not have virtual/libc at all yet actually
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r-- | app-arch/bzip2/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 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} |