diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:11:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:11:46 +0000 |
commit | b10452b88c42604077b4c44c3581a0c2c73cbaa4 (patch) | |
tree | 8958a51642ab18deb6c6ce9ce6c245c1247f7dba /app-cdr/bchunk | |
parent | Fixed kde dependency to 3.2, fixed herd/maintainer. (Manifest recommit) (diff) | |
download | gentoo-2-b10452b88c42604077b4c44c3581a0c2c73cbaa4.tar.gz gentoo-2-b10452b88c42604077b4c44c3581a0c2c73cbaa4.tar.bz2 gentoo-2-b10452b88c42604077b4c44c3581a0c2c73cbaa4.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 |