From c5df4a6d7ffb2484d4ebf80829d3f3007f2f9562 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Mon, 5 Oct 2015 20:17:52 +0000 Subject: dev-java/commons-attributes: Stable for amd64. Stable for x86 using the ALLARCHES policy. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement --- .../commons-attributes/commons-attributes-2.2-r2.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dev-java/commons-attributes') diff --git a/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild b/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild index 0860a7b64641..adc43c0d6863 100644 --- a/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild +++ b/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,18 +14,18 @@ SRC_URI="mirror://apache/commons/attributes/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" -COMMON_DEP="dev-java/ant-core:0 +CDEPEND="dev-java/ant-core:0 dev-java/gjdoc:0 dev-java/qdox:1.6 dev-java/xjavadoc:0" -DEPEND=">=virtual/jdk-1.4 - ${COMMON_DEP}" +DEPEND=">=virtual/jdk-1.6 + ${CDEPEND}" -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" +RDEPEND=">=virtual/jre-1.6 + ${CDEPEND}" JAVA_ANT_REWRITE_CLASSPATH="true" EANT_GENTOO_CLASSPATH="ant-core,gjdoc,qdox-1.6" -- cgit v1.2.3-65-gdbad