Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-logging/
Date: Mon, 28 Aug 2017 22:02:16
Message-Id: 1503957704.df95321ca7e8c5669dfc8216b5738695d7930174.chewi@gentoo
1 commit: df95321ca7e8c5669dfc8216b5738695d7930174
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 21:58:15 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 22:01:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df95321c
7
8 dev-java/commons-logging: amd64, x86 stable using ALLARCHES (#605924)
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 dev-java/commons-logging/commons-logging-1.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/commons-logging/commons-logging-1.2-r1.ebuild b/dev-java/commons-logging/commons-logging-1.2-r1.ebuild
16 index 7395698dde9..e39e1e32894 100644
17 --- a/dev-java/commons-logging/commons-logging-1.2-r1.ebuild
18 +++ b/dev-java/commons-logging/commons-logging-1.2-r1.ebuild
19 @@ -12,7 +12,7 @@ HOMEPAGE="http://commons.apache.org/logging/"
20 SRC_URI="mirror://apache/commons/logging/source/${P}-src.tar.gz"
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="amd64 ~arm64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 IUSE="avalon-framework avalon-logkit log4j servletapi test"
26 RESTRICT="!servletapi? ( test )"