diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-01-02 20:28:07 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-01-14 21:42:52 +0000 |
commit | 15a7e6d317e85e4047b2567427292fc394950af9 (patch) | |
tree | 3694f82f7fd080595911315cb70b65c0e5567d71 /dev-java/stringtemplate | |
parent | dev-java/antlr: Mark 2.7.7-r7 and 3.2 stable using ALLARCHES policy (diff) | |
download | gentoo-15a7e6d317e85e4047b2567427292fc394950af9.tar.gz gentoo-15a7e6d317e85e4047b2567427292fc394950af9.tar.bz2 gentoo-15a7e6d317e85e4047b2567427292fc394950af9.zip |
dev-java/stringtemplate: Mark 3.2.1-r1 stable using ALLARCHES policy
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/stringtemplate')
-rw-r--r-- | dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild b/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild index 1179a5b450f4..f2df14fd5f45 100644 --- a/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild +++ b/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://www.stringtemplate.org/" SRC_URI="https://github.com/antlr/${PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" CDEPEND=">=dev-java/antlr-2.7.7-r7:0" |