diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-01 20:20:07 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-01 20:21:02 +0000 |
commit | 3ae561c12badda79bd160694b5f45f5fe3b6c177 (patch) | |
tree | f1edb507b8f8ee4db2009b7ab284630ff31babcd /dev-java/jsap | |
parent | games-rpg/manaplus: version bump (diff) | |
download | gentoo-3ae561c12badda79bd160694b5f45f5fe3b6c177.tar.gz gentoo-3ae561c12badda79bd160694b5f45f5fe3b6c177.tar.bz2 gentoo-3ae561c12badda79bd160694b5f45f5fe3b6c177.zip |
dev-java/jsap: 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/jsap')
-rw-r--r-- | dev-java/jsap/jsap-2.1-r2.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-java/jsap/jsap-2.1-r2.ebuild b/dev-java/jsap/jsap-2.1-r2.ebuild index 7a53d7b1086f..4b008f260a57 100644 --- a/dev-java/jsap/jsap-2.1-r2.ebuild +++ b/dev-java/jsap/jsap-2.1-r2.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple @@ -16,21 +17,22 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" CDEPEND=" dev-java/xstream:0 dev-java/ant-core:0" -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - RDEPEND=" ${CDEPEND} >=virtual/jre-1.6" +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6 + source? ( app-arch/zip )" + S="${WORKDIR}/${MY_P}" JAVA_GENTOO_CLASSPATH=" |