diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-06-21 18:00:06 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-06-21 18:00:06 +0000 |
commit | 9dba2f764e52e92cf0edcac4dcadfb6f410b3833 (patch) | |
tree | b99cd83de9f1a1424869503d682312d44a09db0b /dev-util | |
parent | Fix for compiles that are USE="-selinux". (diff) | |
download | gentoo-2-9dba2f764e52e92cf0edcac4dcadfb6f410b3833.tar.gz gentoo-2-9dba2f764e52e92cf0edcac4dcadfb6f410b3833.tar.bz2 gentoo-2-9dba2f764e52e92cf0edcac4dcadfb6f410b3833.zip |
at last marked stable on the remaining architectures
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/treecc/treecc-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/treecc/treecc-0.3.0.ebuild b/dev-util/treecc/treecc-0.3.0.ebuild index dc64487edeee..fc21a1392a09 100644 --- a/dev-util/treecc/treecc-0.3.0.ebuild +++ b/dev-util/treecc/treecc-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.0.ebuild,v 1.5 2004/06/21 15:14:55 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/treecc/treecc-0.3.0.ebuild,v 1.6 2004/06/21 18:00:06 scandium Exp $ DESCRIPTION="compiler-compiler tool for aspect-oriented programming" HOMEPAGE="http://www.southern-storm.com.au/treecc.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~ppc64 sparc mips alpha ~arm ~hppa amd64 ia64 ~s390" +KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ia64 s390" IUSE="" |