Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-attributes/
Date: Mon, 05 Oct 2015 20:43:41
Message-Id: 1444077709.c5df4a6d7ffb2484d4ebf80829d3f3007f2f9562.monsieurp@gentoo
1 commit: c5df4a6d7ffb2484d4ebf80829d3f3007f2f9562
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 20:17:52 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 20:41:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5df4a6d
7
8 dev-java/commons-attributes: Stable for amd64. Stable for x86 using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 .../commons-attributes/commons-attributes-2.2-r2.ebuild | 14 +++++++-------
14 1 file changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild b/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild
17 index 0860a7b..adc43c0 100644
18 --- a/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild
19 +++ b/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -14,18 +14,18 @@ SRC_URI="mirror://apache/commons/attributes/source/${P}-src.tar.gz"
27
28 LICENSE="Apache-2.0"
29 SLOT="2"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 x86"
32
33 -COMMON_DEP="dev-java/ant-core:0
34 +CDEPEND="dev-java/ant-core:0
35 dev-java/gjdoc:0
36 dev-java/qdox:1.6
37 dev-java/xjavadoc:0"
38
39 -DEPEND=">=virtual/jdk-1.4
40 - ${COMMON_DEP}"
41 +DEPEND=">=virtual/jdk-1.6
42 + ${CDEPEND}"
43
44 -RDEPEND=">=virtual/jre-1.4
45 - ${COMMON_DEP}"
46 +RDEPEND=">=virtual/jre-1.6
47 + ${CDEPEND}"
48
49 JAVA_ANT_REWRITE_CLASSPATH="true"
50 EANT_GENTOO_CLASSPATH="ant-core,gjdoc,qdox-1.6"