diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-10-05 20:17:52 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-10-05 20:41:49 +0000 |
commit | c5df4a6d7ffb2484d4ebf80829d3f3007f2f9562 (patch) | |
tree | 856578a6f685ec6ec883bdc0e797b7c65772d071 /dev-java | |
parent | dev-java/commons-chain: Stable for amd64. Stable for x86 using the ALLARCHES ... (diff) | |
download | gentoo-c5df4a6d7ffb2484d4ebf80829d3f3007f2f9562.tar.gz gentoo-c5df4a6d7ffb2484d4ebf80829d3f3007f2f9562.tar.bz2 gentoo-c5df4a6d7ffb2484d4ebf80829d3f3007f2f9562.zip |
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 <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
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" |