diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-05 10:51:02 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-05 10:53:38 +0000 |
commit | 980b4bc7986575d88a1b0a99205afd8a8c119386 (patch) | |
tree | 09d8a4ff5042c8459f30fc36eaeb103d642fbd7c /sec-keys | |
parent | dev-java/tomcat-el-api: Stabilize 9.0.70 arm64, #889816 (diff) | |
download | gentoo-980b4bc7986575d88a1b0a99205afd8a8c119386.tar.gz gentoo-980b4bc7986575d88a1b0a99205afd8a8c119386.tar.bz2 gentoo-980b4bc7986575d88a1b0a99205afd8a8c119386.zip |
sec-keys/openpgp-keys-apache-tomcat: Stabilize 9.0.70 arm64, #889816
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sec-keys')
-rw-r--r-- | sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-9.0.70.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-9.0.70.ebuild b/sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-9.0.70.ebuild index 14300fd78599..0db5434d93d5 100644 --- a/sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-9.0.70.ebuild +++ b/sec-keys/openpgp-keys-apache-tomcat/openpgp-keys-apache-tomcat-9.0.70.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://downloads.apache.org/tomcat/tomcat-$(ver_cut 1)/v${PV}/KEYS -> LICENSE="public-domain" SLOT="${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86" S="${WORKDIR}" |