diff options
Diffstat (limited to 'dev-lang/tcc/tcc-0.9.7.ebuild')
-rw-r--r-- | dev-lang/tcc/tcc-0.9.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/tcc/tcc-0.9.7.ebuild b/dev-lang/tcc/tcc-0.9.7.ebuild index 65043e7c0fc3..b0fd3d597f9b 100644 --- a/dev-lang/tcc/tcc-0.9.7.ebuild +++ b/dev-lang/tcc/tcc-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.7.ebuild,v 1.7 2004/02/22 19:57:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.7.ebuild,v 1.8 2004/03/05 15:23:56 gustavoz Exp $ DESCRIPTION="A very small C compiler for ix86" HOMEPAGE="http://www.tinycc.org/" @@ -10,7 +10,7 @@ SRC_URI="http://fabrice.bellard.free.fr/tcc/${P}.tar.gz" S=${WORKDIR}/${P} SLOT="0" -KEYWORDS="x86 sparc" +KEYWORDS="x86 -sparc" src_compile() { mv Makefile Makefile.orig || die |