diff options
author | Brent Baude <ranger@gentoo.org> | 2008-12-02 22:49:28 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-12-02 22:49:28 +0000 |
commit | 4a85fbd5149954b129009c9d1deb8bc78761cbd9 (patch) | |
tree | 0491865c2bc9a16c715cebb73807dbf61eccbe78 /dev-util/astyle | |
parent | stable ppc64, bug 249218 (diff) | |
download | gentoo-2-4a85fbd5149954b129009c9d1deb8bc78761cbd9.tar.gz gentoo-2-4a85fbd5149954b129009c9d1deb8bc78761cbd9.tar.bz2 gentoo-2-4a85fbd5149954b129009c9d1deb8bc78761cbd9.zip |
Marking astyle-1.22 ~ppc64 for bug 220379
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Diffstat (limited to 'dev-util/astyle')
-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 f3f1391a298f..cef355e57019 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.34 2008/11/22 23:30:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.35 2008/12/02 22:49:28 ranger Exp $ + + 02 Dec 2008; Brent Baude <ranger@gentoo.org> astyle-1.22.ebuild: + Marking astyle-1.22 ~ppc64 for bug 220379 22 Nov 2008; Markus Meier <maekke@gentoo.org> astyle-1.22.ebuild: amd64 stable, bug #220739 @@ -63,7 +66,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.34 2008/11/22 23:30:02 maekke Exp $ string. + Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.35 2008/12/02 22:49:28 ranger 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 4477015dad0d..5f109587ee5a 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.10 2008/11/22 23:30:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.11 2008/12/02 22:49:28 ranger 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" |