commit: d393de39cda8664d9abc78561acb475be6f62196 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Fri Jan 8 10:19:00 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Jan 8 10:29:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d393de39
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 <AT> gentoo.org> .../typesafe-config/typesafe-config-1.3.0-r1.ebuild | 19 +++++++++++-------- 1 file 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 23f3b50..26481d5 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"
