diff options
Diffstat (limited to 'dev-lang/tcc/tcc-0.9.16.ebuild')
-rw-r--r-- | dev-lang/tcc/tcc-0.9.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/tcc/tcc-0.9.16.ebuild b/dev-lang/tcc/tcc-0.9.16.ebuild index cfbf939d3bb9..75788dfea5fb 100644 --- a/dev-lang/tcc/tcc-0.9.16.ebuild +++ b/dev-lang/tcc/tcc-0.9.16.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/dev-lang/tcc/tcc-0.9.16.ebuild,v 1.4 2004/06/24 22:57:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.16.ebuild,v 1.5 2004/07/02 04:32:26 eradicator Exp $ DESCRIPTION="A very small C compiler for ix86" HOMEPAGE="http://www.tinycc.org/" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 -sparc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { mv Makefile Makefile.orig || die |