diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-09 11:17:02 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-09 11:17:02 +0200 |
commit | af88ccb825f577076170f9a0c3c0a8bca804af8e (patch) | |
tree | 243bfe5bdf0f31e84c2ffa1ec21aca6c13239c19 /dev-java/commons-logging | |
parent | dev-java/openjdk: x86 stable wrt bug #784611 (diff) | |
download | gentoo-af88ccb825f577076170f9a0c3c0a8bca804af8e.tar.gz gentoo-af88ccb825f577076170f9a0c3c0a8bca804af8e.tar.bz2 gentoo-af88ccb825f577076170f9a0c3c0a8bca804af8e.zip |
dev-java/commons-logging: x86 stable wrt bug #784767
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
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 0b487ad920db..adffeb36c057 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 )" |