diff options
author | Matti Bickel <mabi@gentoo.org> | 2008-10-18 03:04:22 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2008-10-18 03:04:22 +0000 |
commit | 8171e35ba100ee3680db515bcb601a4a6d403021 (patch) | |
tree | 768bda6e50eefa2cab7e048f6f0792f3c1f27abb /dev-util/astyle/astyle-1.22.ebuild | |
parent | initial import, sys-app/preload, an adaptive readahead deamon (diff) | |
download | gentoo-2-8171e35ba100ee3680db515bcb601a4a6d403021.tar.gz gentoo-2-8171e35ba100ee3680db515bcb601a4a6d403021.tar.bz2 gentoo-2-8171e35ba100ee3680db515bcb601a4a6d403021.zip |
ppc stable (bug #220739)
(Portage version: 2.2_rc12/cvs/Linux 2.6.23-gentoo-r3-20080120 ppc)
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 10ce283d41e0..8cc67243e189 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.6 2008/10/17 12:27:55 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.7 2008/10/18 03:04:22 mabi 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" |