summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-09-28 16:12:49 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-09-28 16:15:48 +0000
commit3fa13170efc1eb255c67f879914fe1ab0e7b6192 (patch)
treeb7cbb8d1daffe972c2f6d929918b8250c2e42301
parentsys-block/fio: fix inverted USE=static logic (diff)
downloadgentoo-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>
-rw-r--r--dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild2
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"