Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-logging/
Date: Sun, 25 Apr 2021 09:18:21
Message-Id: 1619342291.a47cac103445f26ff4f8d4a3a289c6ae380c9727.slyfox@gentoo
1 commit: a47cac103445f26ff4f8d4a3a289c6ae380c9727
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 09:16:37 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 09:18:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47cac10
7
8 dev-java/commons-logging: keyworded 1.2-r3 for ppc64
9
10 keyworded wrt bug #784776
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ppc64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-java/commons-logging/commons-logging-1.2-r3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-java/commons-logging/commons-logging-1.2-r3.ebuild b/dev-java/commons-logging/commons-logging-1.2-r3.ebuild
20 index 43b5a612518..bc6d4e26fd4 100644
21 --- a/dev-java/commons-logging/commons-logging-1.2-r3.ebuild
22 +++ b/dev-java/commons-logging/commons-logging-1.2-r3.ebuild
23 @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/commons/logging/source/${P}-src.tar.gz"
24
25 LICENSE="Apache-2.0"
26 SLOT="0"
27 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
28 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
29 IUSE="avalon-framework avalon-logkit log4j servletapi test"
30 RESTRICT="!test? ( test ) !servletapi? ( test )"