diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-10-17 12:27:55 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-10-17 12:27:55 +0000 |
commit | 6f09b0b973a87ee6b3ac636963c7260d1ea9c01e (patch) | |
tree | a86db50de049942946a57c0b42f9e6d4411e26b2 | |
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)
-rw-r--r-- | dev-util/astyle/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/astyle/astyle-1.22.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/astyle/ChangeLog b/dev-util/astyle/ChangeLog index bd7a14be0c57..2f053262e058 100644 --- a/dev-util/astyle/ChangeLog +++ b/dev-util/astyle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/astyle # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.28 2008/10/16 06:34:01 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.29 2008/10/17 12:27:55 fmccor Exp $ + + 17 Oct 2008; Ferris McCormick <fmccor@gentoo.org> astyle-1.22.ebuild: + Sparc stable --- Bug #220739 (now requesting this version) --- works fine. 16 Oct 2008; Zac Medico <zmedico@gentoo.org> astyle-1.22.ebuild: Remove java-pkg-2 from inherit and just use java-pkg-opt-2 since java @@ -43,7 +46,7 @@ Dropped ppc-macos keyword, see you in prefix 14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> astyle-1.21.ebuild: - Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.28 2008/10/16 06:34:01 zmedico Exp $ string. + Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.29 2008/10/17 12:27:55 fmccor Exp $ string. *astyle-1.21 (07 Oct 2007) 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" |