diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-01 20:18:10 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-01 20:19:47 +0200 |
commit | b140a9f6cc466e3f38ced47a99f8439efc59c356 (patch) | |
tree | aeff56b99e1a3678485a3482607eacd12a0e2640 /dev-java/commons-logging | |
parent | dev-java/aspectj: amd64 stable wrt bug #784350 (diff) | |
download | gentoo-b140a9f6cc466e3f38ced47a99f8439efc59c356.tar.gz gentoo-b140a9f6cc466e3f38ced47a99f8439efc59c356.tar.bz2 gentoo-b140a9f6cc466e3f38ced47a99f8439efc59c356.zip |
dev-java/commons-logging: amd64 stable wrt bug #784767
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/commons-logging/commons-logging-1.2-r3.ebuild b/dev-java/commons-logging/commons-logging-1.2-r3.ebuild index bc6d4e26fd4f..8abf39696e22 100644 --- a/dev-java/commons-logging/commons-logging-1.2-r3.ebuild +++ b/dev-java/commons-logging/commons-logging-1.2-r3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/commons/logging/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="avalon-framework avalon-logkit log4j servletapi test" RESTRICT="!test? ( test ) !servletapi? ( test )" |