diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:51:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:51:31 +0000 |
commit | 2bc0c2407f1a4c175633ddeb6a69df851cda311d (patch) | |
tree | 352c19c19fc24ec8f2559212b59417659fa12600 /app-arch/bzip2 | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.tar.gz gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.tar.bz2 gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.zip |
touch the libc
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/bzip2/bzip2-1.0.2-r3.ebuild b/app-arch/bzip2/bzip2-1.0.2-r3.ebuild index a26fdfb1699d..89a11c7c91e6 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.10 2004/06/24 21:28:18 agriffis Exp $ +# $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 $ 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/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |