commit: 11fda23d96c97fdd09780366a2253b976800b197
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 22:10:05 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 10:17:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fda23d
dev-java/jexcelapi: Stable for amd64. Retroactively mark stable for the
remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild | 12 ++++++------
1 file 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 9fd0713..68e684d 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"