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/bin2iso | |
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/bin2iso')
-rw-r--r-- | app-cdr/bin2iso/bin2iso-19b-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/bin2iso/bin2iso-19b-r1.ebuild b/app-cdr/bin2iso/bin2iso-19b-r1.ebuild index c3be010c6e4d..4ede22c0e3b3 100644 --- a/app-cdr/bin2iso/bin2iso-19b-r1.ebuild +++ b/app-cdr/bin2iso/bin2iso-19b-r1.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/bin2iso/bin2iso-19b-r1.ebuild,v 1.15 2004/06/24 21:29:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bin2iso/bin2iso-19b-r1.ebuild,v 1.16 2004/06/27 21:10:43 vapier Exp $ inherit gcc @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha amd64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${PN} |