diff options
author | Sam James <sam@gentoo.org> | 2024-05-18 04:50:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-18 04:50:55 +0100 |
commit | 5117a91fb9796bb8e24e195b629eab5440b82b0f (patch) | |
tree | 01bb29d75346e85e3959a249e8511d77b8b2918c /dev-java | |
parent | rocm.eclass: Enable ROCm 6, add gfx94{0,1,2} (MI300) support (diff) | |
download | gentoo-5117a91fb9796bb8e24e195b629eab5440b82b0f.tar.gz gentoo-5117a91fb9796bb8e24e195b629eab5440b82b0f.tar.bz2 gentoo-5117a91fb9796bb8e24e195b629eab5440b82b0f.zip |
dev-java/commons-logging: Stabilize 1.3.1 ppc64, #930196
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/commons-logging/commons-logging-1.3.1.ebuild b/dev-java/commons-logging/commons-logging-1.3.1.ebuild index f01253ce833d..574295ae434b 100644 --- a/dev-java/commons-logging/commons-logging-1.3.1.ebuild +++ b/dev-java/commons-logging/commons-logging-1.3.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${P}-src" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="log4j" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/commons.apache.org.asc" |