diff options
Diffstat (limited to 'dev-lang/tcc/tcc-0.9.8.ebuild')
-rw-r--r-- | dev-lang/tcc/tcc-0.9.8.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/tcc/tcc-0.9.8.ebuild b/dev-lang/tcc/tcc-0.9.8.ebuild index 1de221a95494..22df78fc644a 100644 --- a/dev-lang/tcc/tcc-0.9.8.ebuild +++ b/dev-lang/tcc/tcc-0.9.8.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.8.ebuild,v 1.2 2002/08/14 11:58:50 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.8.ebuild,v 1.3 2002/10/20 18:41:38 vapier Exp $ DESCRIPTION="A very small C compiler for ix86" HOMEPAGE="http://www.tinycc.org/" LICENSE="GPL-2" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" SRC_URI="http://fabrice.bellard.free.fr/tcc/${P}.tar.gz" S=${WORKDIR}/${P} |