diff options
author | 2024-10-09 10:15:08 +0300 | |
---|---|---|
committer | 2024-10-09 10:15:08 +0300 | |
commit | f45ae3022d4d9c44b1a299847e5f3c9793b9dbc0 (patch) | |
tree | 6a1b1b3f9bf05cad03fea667a1e6e978a0bff06e /dev-java/poi | |
parent | dev-lang/spidermonkey: keyword 128.3.0 for ~x86 (diff) | |
download | gentoo-f45ae3022d4d9c44b1a299847e5f3c9793b9dbc0.tar.gz gentoo-f45ae3022d4d9c44b1a299847e5f3c9793b9dbc0.tar.bz2 gentoo-f45ae3022d4d9c44b1a299847e5f3c9793b9dbc0.zip |
dev-java/poi: Stabilize 5.2.5 arm64, #940521
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/poi')
-rw-r--r-- | dev-java/poi/poi-5.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/poi/poi-5.2.5.ebuild b/dev-java/poi/poi-5.2.5.ebuild index 5e1b9e57e7e1..d0234366a0d4 100644 --- a/dev-java/poi/poi-5.2.5.ebuild +++ b/dev-java/poi/poi-5.2.5.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/poi-src-${PV}-${RELEASE_DATE}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ppc64 x86" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/poi.apache.org.asc" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-poi )" |