diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-09-28 16:12:49 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-09-28 16:15:48 +0000 |
commit | 3fa13170efc1eb255c67f879914fe1ab0e7b6192 (patch) | |
tree | b7cbb8d1daffe972c2f6d929918b8250c2e42301 /dev-java/istack-commons-runtime | |
parent | sys-block/fio: fix inverted USE=static logic (diff) | |
download | gentoo-3fa13170efc1eb255c67f879914fe1ab0e7b6192.tar.gz gentoo-3fa13170efc1eb255c67f879914fe1ab0e7b6192.tar.bz2 gentoo-3fa13170efc1eb255c67f879914fe1ab0e7b6192.zip |
dev-java/istack-commons-runtime: Stable for amd64. Stable for ppc+ppc64+x86 using the ALLARCHES policy.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/istack-commons-runtime')
-rw-r--r-- | dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild index fef9358ad89d..c71583c2037c 100644 --- a/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild +++ b/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://maven.java.net/content/repositories/releases/com/sun/${MY_PN}/$ LICENSE="CDDL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" |