diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-25 11:34:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-25 11:34:26 +0000 |
commit | 51c89bf68cbb99b68323ee3f61cec6d4f557b478 (patch) | |
tree | bb74f7d4e74e80eb284f0b537d3b0a3bd49605d4 | |
parent | Stable for amd64, wrt bug #417327 (diff) | |
download | gentoo-2-51c89bf68cbb99b68323ee3f61cec6d4f557b478.tar.gz gentoo-2-51c89bf68cbb99b68323ee3f61cec6d4f557b478.tar.bz2 gentoo-2-51c89bf68cbb99b68323ee3f61cec6d4f557b478.zip |
Stable for amd64, wrt bug #391991
(Portage version: 2.1.10.49/cvs/Linux x86_64)
-rw-r--r-- | dev-util/astyle/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/astyle/astyle-2.02.1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/astyle/ChangeLog b/dev-util/astyle/ChangeLog index 5cd34870386f..31ca2f3703ee 100644 --- a/dev-util/astyle/ChangeLog +++ b/dev-util/astyle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/astyle # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.41 2012/05/24 21:22:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.42 2012/05/25 11:34:26 ago Exp $ + + 25 May 2012; Agostino Sarubbo <ago@gentoo.org> astyle-2.02.1.ebuild: + Stable for amd64, wrt bug #391991 24 May 2012; Jeff Horelick <jdhore@gentoo.org> astyle-2.02.1.ebuild: marked x86 per bug 391991 @@ -96,7 +99,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.41 2012/05/24 21:22:09 jdhore Exp $ string. + Fix $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/ChangeLog,v 1.42 2012/05/25 11:34:26 ago Exp $ string. *astyle-1.21 (07 Oct 2007) diff --git a/dev-util/astyle/astyle-2.02.1.ebuild b/dev-util/astyle/astyle-2.02.1.ebuild index 16d4707d9768..b9029b1faea4 100644 --- a/dev-util/astyle/astyle-2.02.1.ebuild +++ b/dev-util/astyle/astyle-2.02.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-2.02.1.ebuild,v 1.2 2012/05/24 21:22:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-2.02.1.ebuild,v 1.3 2012/05/25 11:34:26 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/astyle/astyle_${PV}_linux.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc java static-libs" |