diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:17:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:17:24 +0000 |
commit | 771d9c963b35768ceb58d2fe4a28f36f423827c0 (patch) | |
tree | fee484976dec1ee2f843b444d8aa559705584fd1 /app-cdr/bchunk | |
parent | add an "only amd64 may touch this ebuild" message- stay away arch maintainers! (diff) | |
download | historical-771d9c963b35768ceb58d2fe4a28f36f423827c0.tar.gz historical-771d9c963b35768ceb58d2fe4a28f36f423827c0.tar.bz2 historical-771d9c963b35768ceb58d2fe4a28f36f423827c0.zip |
touch the libc
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/bchunk-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/bchunk/bchunk-1.1.1.ebuild b/app-cdr/bchunk/bchunk-1.1.1.ebuild index 6180f881837a..e931e4aa66e3 100644 --- a/app-cdr/bchunk/bchunk-1.1.1.ebuild +++ b/app-cdr/bchunk/bchunk-1.1.1.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-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.15 2004/06/24 21:29:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.16 2004/06/27 21:10:18 vapier Exp $ inherit gcc @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { $(gcc-getCC) ${CFLAGS} -o bchunk bchunk.c || die |