diff options
author | Sam James <sam@gentoo.org> | 2021-04-26 20:09:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-26 20:11:01 +0100 |
commit | a5614f0959601c02f7761c1d62c9dd5c6902532d (patch) | |
tree | 00948e8835380ef2114fca75bb5924f2dac4ed98 /dev-java/commons-collections | |
parent | dev-java/commons-io: Stabilize 2.8.0 x86, #782568 (diff) | |
download | gentoo-a5614f0959601c02f7761c1d62c9dd5c6902532d.tar.gz gentoo-a5614f0959601c02f7761c1d62c9dd5c6902532d.tar.bz2 gentoo-a5614f0959601c02f7761c1d62c9dd5c6902532d.zip |
dev-java/commons-collections: Stabilize 3.2.2 x86, #739348
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/commons-collections/commons-collections-3.2.2.ebuild b/dev-java/commons-collections/commons-collections-3.2.2.ebuild index 667be7a046ba..85a847012348 100644 --- a/dev-java/commons-collections/commons-collections-3.2.2.ebuild +++ b/dev-java/commons-collections/commons-collections-3.2.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/${PN/-//}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |