diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-04-02 22:10:05 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-04-03 10:17:41 +0000 |
commit | 11fda23d96c97fdd09780366a2253b976800b197 (patch) | |
tree | 4bd9bdfa6075572064a58e78e71623cd83fcd09c /dev-java/jexcelapi | |
parent | dev-python/plyr: metadata.xml: correct typo in email address, minor tidy (diff) | |
download | gentoo-11fda23d96c97fdd09780366a2253b976800b197.tar.gz gentoo-11fda23d96c97fdd09780366a2253b976800b197.tar.bz2 gentoo-11fda23d96c97fdd09780366a2253b976800b197.zip |
dev-java/jexcelapi: 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/jexcelapi')
-rw-r--r-- | dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild b/dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild index 9fd07137f28d..68e684d45745 100644 --- a/dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild +++ b/dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild @@ -17,20 +17,20 @@ SRC_URI="mirror://sourceforge/jexcelapi/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" CDEPEND="dev-java/log4j:0" -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - RDEPEND=" ${CDEPEND} - app-arch/unzip >=virtual/jre-1.6" +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6 + source? ( app-arch/zip )" + S="${WORKDIR}/${PN}" JAVA_ENCODING="ISO-8859-1" |