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 /dev-util/astyle/astyle-2.02.1.ebuild | |
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)
Diffstat (limited to 'dev-util/astyle/astyle-2.02.1.ebuild')
-rw-r--r-- | dev-util/astyle/astyle-2.02.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |