diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-26 08:18:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-26 08:18:29 +0000 |
commit | c22d213f93f7827e069970ab34cede5c0a975e92 (patch) | |
tree | 8983d7842af860510fd470f7158f9b4f9e08e64c /app-arch/bzip2 | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-c22d213f93f7827e069970ab34cede5c0a975e92.tar.gz gentoo-2-c22d213f93f7827e069970ab34cede5c0a975e92.tar.bz2 gentoo-2-c22d213f93f7827e069970ab34cede5c0a975e92.zip |
virtual/glibc needs to be in DEPEND until virtual/libc _COMPLETELY_ obsoletes it, which will only happen with time, and can not happen immediately
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r-- | app-arch/bzip2/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.2-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-arch/bzip2/ChangeLog b/app-arch/bzip2/ChangeLog index 1cc5064d3afd..18bcec107c94 100644 --- a/app-arch/bzip2/ChangeLog +++ b/app-arch/bzip2/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2004/06/24 21:28:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.8 2004/06/26 08:18:29 seemant Exp $ + + 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 + it, which will only happen with time, and can not happen immediately 29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> : Masked bzip2-1.0.2-r3.ebuild stable for ppc diff --git a/app-arch/bzip2/bzip2-1.0.2-r3.ebuild b/app-arch/bzip2/bzip2-1.0.2-r3.ebuild index 89a11c7c91e6..5ad5c299340b 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.11 2004/06/25 23:48:16 vapier Exp $ +# $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 $ 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" +DEPEND="virtual/libc virtual/glibc" src_unpack() { unpack ${A} |