summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-01-08 10:19:00 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-01-08 10:29:14 +0000
commitd393de39cda8664d9abc78561acb475be6f62196 (patch)
tree2225ee803a03f3bfac69f1680cdf1d2e4bfde58c /dev-java
parentdev-java/c3p0: Clean up old. (diff)
downloadgentoo-d393de39cda8664d9abc78561acb475be6f62196.tar.gz
gentoo-d393de39cda8664d9abc78561acb475be6f62196.tar.bz2
gentoo-d393de39cda8664d9abc78561acb475be6f62196.zip
dev-java/typesafe-config: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/typesafe-config/typesafe-config-1.3.0-r1.ebuild19
1 files changed, 11 insertions, 8 deletions
diff --git a/dev-java/typesafe-config/typesafe-config-1.3.0-r1.ebuild b/dev-java/typesafe-config/typesafe-config-1.3.0-r1.ebuild
index 23f3b50a50f0..26481d5cf2f9 100644
--- a/dev-java/typesafe-config/typesafe-config-1.3.0-r1.ebuild
+++ b/dev-java/typesafe-config/typesafe-config-1.3.0-r1.ebuild
@@ -1,26 +1,29 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit java-pkg-2 java-pkg-simple
-
JAVA_PKG_IUSE="doc source"
+inherit java-pkg-2 java-pkg-simple
+
DESCRIPTION="a library of arguably useful Java utilities"
HOMEPAGE="https://github.com/typesafehub/config"
SRC_URI="https://github.com/typesafehub/config/archive/v${PV}.zip"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86 ppc ppc64"
IUSE="doc source"
CDEPEND=""
-RDEPEND=">=virtual/jre-1.8
- ${CDEPEND}"
-DEPEND=">=virtual/jdk-1.8
+RDEPEND="
+ ${CDEPEND}
+ >=virtual/jre-1.6"
+
+DEPEND="
+ ${CDEPEND}
app-arch/zip
- ${CDEPEND}"
+ >=virtual/jdk-1.6"