diff options
author | 2008-10-17 12:27:55 +0000 | |
---|---|---|
committer | 2008-10-17 12:27:55 +0000 | |
commit | 6f09b0b973a87ee6b3ac636963c7260d1ea9c01e (patch) | |
tree | a86db50de049942946a57c0b42f9e6d4411e26b2 /dev-util/astyle/astyle-1.22.ebuild | |
parent | Keyworded ~alpha due to bug #241664 (diff) | |
download | gentoo-2-6f09b0b973a87ee6b3ac636963c7260d1ea9c01e.tar.gz gentoo-2-6f09b0b973a87ee6b3ac636963c7260d1ea9c01e.tar.bz2 gentoo-2-6f09b0b973a87ee6b3ac636963c7260d1ea9c01e.zip |
Sparc stable --- Bug #220739 (now requesting this version) --- works fine.
(Portage version: 2.2_rc12/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Diffstat (limited to 'dev-util/astyle/astyle-1.22.ebuild')
-rw-r--r-- | dev-util/astyle/astyle-1.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/astyle/astyle-1.22.ebuild b/dev-util/astyle/astyle-1.22.ebuild index c24e9ead9c00..10ce283d41e0 100644 --- a/dev-util/astyle/astyle-1.22.ebuild +++ b/dev-util/astyle/astyle-1.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.5 2008/10/16 06:34:01 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.6 2008/10/17 12:27:55 fmccor Exp $ inherit eutils java-pkg-opt-2 toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/astyle/astyle_${PV}_linux.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc -ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc -ppc64 sparc ~x86" IUSE="debug java libs" |