diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-01-02 20:25:36 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-01-14 21:42:52 +0000 |
commit | 53f2c70462d84f2c7c34b049251d400fb6f2972d (patch) | |
tree | b32d328a089a0c2df341ba1a31635eddf3348f78 /dev-java/antlr | |
parent | profiles: Mask =net-dns/libidn-1.30[doc] because of gjdoc (diff) | |
download | gentoo-53f2c70462d84f2c7c34b049251d400fb6f2972d.tar.gz gentoo-53f2c70462d84f2c7c34b049251d400fb6f2972d.tar.bz2 gentoo-53f2c70462d84f2c7c34b049251d400fb6f2972d.zip |
dev-java/antlr: Mark 2.7.7-r7 and 3.2 stable using ALLARCHES policy
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/antlr')
-rw-r--r-- | dev-java/antlr/antlr-2.7.7-r7.ebuild | 4 | ||||
-rw-r--r-- | dev-java/antlr/antlr-3.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/antlr/antlr-2.7.7-r7.ebuild b/dev-java/antlr/antlr-2.7.7-r7.ebuild index 70cf2fbd7ca3..dec6bd95bcfd 100644 --- a/dev-java/antlr/antlr-2.7.7-r7.ebuild +++ b/dev-java/antlr/antlr-2.7.7-r7.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.antlr2.org/" SRC_URI="http://www.antlr2.org/download/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples source" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/antlr/antlr-3.2.ebuild b/dev-java/antlr/antlr-3.2.ebuild index 13b76231f16d..5d9561d94df5 100644 --- a/dev-java/antlr/antlr-3.2.ebuild +++ b/dev-java/antlr/antlr-3.2.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$ @@ -12,7 +12,7 @@ SRC_URI="http://www.antlr3.org/download/${P}.tar.gz http://www.antlr3.org/download/${P}.jar" # Prebuilt version needed. LICENSE="BSD" SLOT="3" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" CDEPEND=">=dev-java/antlr-2.7.7-r7:0 |