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-discovery/
Date: Sat, 30 Apr 2016 11:29:15
Message-Id: 1462014870.a150bca3648a70bc6e552354be3264069419f157.monsieurp@gentoo
1 commit: a150bca3648a70bc6e552354be3264069419f157
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 12:27:00 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 11:14:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a150bca3
7
8 dev-java/commons-discovery: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.26
11
12 dev-java/commons-discovery/commons-discovery-0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/commons-discovery/commons-discovery-0.5.ebuild b/dev-java/commons-discovery/commons-discovery-0.5.ebuild
16 index 02e9a28..35941a1 100644
17 --- a/dev-java/commons-discovery/commons-discovery-0.5.ebuild
18 +++ b/dev-java/commons-discovery/commons-discovery-0.5.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE=""
26
27 CDEPEND="dev-java/commons-logging:0"