diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-06-02 06:22:45 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-06-02 06:22:45 +0000 |
commit | 9949489bbf9cfaf5e3cc63bd5b0cc0cb6342338c (patch) | |
tree | 2a56ec26f20f06833380ac4b8dfb44872a8d5c4b | |
parent | mark ~ppc (diff) | |
download | gentoo-2-9949489bbf9cfaf5e3cc63bd5b0cc0cb6342338c.tar.gz gentoo-2-9949489bbf9cfaf5e3cc63bd5b0cc0cb6342338c.tar.bz2 gentoo-2-9949489bbf9cfaf5e3cc63bd5b0cc0cb6342338c.zip |
keyword -* [~]x86 since x86 is only supported platform
(Portage version: 2.0.51.19)
-rw-r--r-- | dev-lang/tcc/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/tcc/tcc-0.9.19.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/tcc/tcc-0.9.20.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/tcc/tcc-0.9.22.ebuild | 6 |
4 files changed, 16 insertions, 11 deletions
diff --git a/dev-lang/tcc/ChangeLog b/dev-lang/tcc/ChangeLog index 770a346d8048..b2988d24561d 100644 --- a/dev-lang/tcc/ChangeLog +++ b/dev-lang/tcc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/tcc -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/ChangeLog,v 1.17 2004/11/10 23:51:01 spider Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/ChangeLog,v 1.18 2005/06/02 06:22:45 wormo Exp $ + + 02 Jun 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> tcc-0.9.19.ebuild, + tcc-0.9.20.ebuild, tcc-0.9.22.ebuild: + keywording all versions -* [~]x86 (was previously marked -sparc and -amd64, + no arches other than x86 are supported at this time) *tcc-0.9.22 (11 Nov 2004) diff --git a/dev-lang/tcc/tcc-0.9.19.ebuild b/dev-lang/tcc/tcc-0.9.19.ebuild index 6e69c778341b..7bb262b4a467 100644 --- a/dev-lang/tcc/tcc-0.9.19.ebuild +++ b/dev-lang/tcc/tcc-0.9.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.19.ebuild,v 1.7 2004/10/07 21:57:05 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.19.ebuild,v 1.8 2005/06/02 06:22:45 wormo Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://fabrice.bellard.free.fr/tcc/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 -sparc -amd64" +KEYWORDS="-* x86" DEPEND="virtual/libc" diff --git a/dev-lang/tcc/tcc-0.9.20.ebuild b/dev-lang/tcc/tcc-0.9.20.ebuild index e0c314abe710..7b059c1f0c8b 100644 --- a/dev-lang/tcc/tcc-0.9.20.ebuild +++ b/dev-lang/tcc/tcc-0.9.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.20.ebuild,v 1.6 2004/10/07 21:57:05 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.20.ebuild,v 1.7 2005/06/02 06:22:45 wormo Exp $ inherit eutils; @@ -12,7 +12,7 @@ SRC_URI="http://fabrice.bellard.free.fr/tcc/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 -sparc -amd64" +KEYWORDS="-* ~x86" DEPEND="virtual/libc" diff --git a/dev-lang/tcc/tcc-0.9.22.ebuild b/dev-lang/tcc/tcc-0.9.22.ebuild index 541dd4f85fd3..ea2b55f2c735 100644 --- a/dev-lang/tcc/tcc-0.9.22.ebuild +++ b/dev-lang/tcc/tcc-0.9.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.22.ebuild,v 1.1 2004/11/10 23:51:01 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/tcc-0.9.22.ebuild,v 1.2 2005/06/02 06:22:45 wormo Exp $ IUSE="" DESCRIPTION="A very small C compiler for ix86" @@ -9,7 +9,7 @@ SRC_URI="http://fabrice.bellard.free.fr/tcc/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 -sparc -amd64" +KEYWORDS="-* ~x86" DEPEND="virtual/libc" |