summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-04-22 07:33:52 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-04-22 07:49:46 +0000
commitd2bfb109d2227f3457066c6b47bf18624c742986 (patch)
treef751233680abb3cf64f7df548fdff3da43238206 /dev-java/portletapi
parentdev-java/jvyaml: Clean up old. (diff)
downloadgentoo-d2bfb109d2227f3457066c6b47bf18624c742986.tar.gz
gentoo-d2bfb109d2227f3457066c6b47bf18624c742986.tar.bz2
gentoo-d2bfb109d2227f3457066c6b47bf18624c742986.zip
dev-java/portletapi: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/portletapi')
-rw-r--r--dev-java/portletapi/portletapi-2.0-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-java/portletapi/portletapi-2.0-r1.ebuild b/dev-java/portletapi/portletapi-2.0-r1.ebuild
index 8bb0b4f1b6cc..a7c9e5a869f0 100644
--- a/dev-java/portletapi/portletapi-2.0-r1.ebuild
+++ b/dev-java/portletapi/portletapi-2.0-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://repo1.maven.org/maven2/javax/portlet/${MY_PN}/${PV}/${MY_P}-sou
LICENSE="Apache-2.0"
SLOT="2.0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
IUSE=""
@@ -29,7 +29,8 @@ RDEPEND="
DEPEND="
${CDEPEND}
- >=virtual/jdk-1.6"
+ >=virtual/jdk-1.6
+ source? ( app-arch/zip )"
JAVA_ENCODING="ISO-8859-1"
JAVA_SRC_DIR="javax"