diff options
author | 2008-11-22 23:30:02 +0000 | |
---|---|---|
committer | 2008-11-22 23:30:02 +0000 | |
commit | 638f88e647749c3fe69d8e16d976b18f8db48311 (patch) | |
tree | 42a606b2136906a21aabca9d2ef0c76d7d7986f3 | |
parent | bump to 7.16.3, bug #246969 and remove old (diff) | |
download | gentoo-2-638f88e647749c3fe69d8e16d976b18f8db48311.tar.gz gentoo-2-638f88e647749c3fe69d8e16d976b18f8db48311.tar.bz2 gentoo-2-638f88e647749c3fe69d8e16d976b18f8db48311.zip |
amd64 stable, bug #220739
(Portage version: 2.2_rc15/cvs/Linux 2.6.26.8 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 07313c3ee898..f3f1391a298f 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.33 2008/11/17 20:59:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.34 2008/11/22 23:30:02 maekke Exp $ + + 22 Nov 2008; Markus Meier <maekke@gentoo.org> astyle-1.22.ebuild: + amd64 stable, bug #220739 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> files/cmd-line-fix.diff: @@ -60,7 +63,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.33 2008/11/17 20:59:25 flameeyes Exp $ string. + Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.34 2008/11/22 23:30:02 maekke 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 4cb20bd0e83e..4477015dad0d 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.9 2008/10/27 22:52:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.22.ebuild,v 1.10 2008/11/22 23:30:02 maekke 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" |