diff options
author | 2021-04-05 19:03:23 +0000 | |
---|---|---|
committer | 2021-04-05 21:50:46 +0000 | |
commit | 58749092eb36e3074fb445833388c37431e79b4f (patch) | |
tree | 32087cbcf467879ede717e4f95aa5902568ceb73 /app-crypt/openpgp-keys-linuxcontainers | |
parent | app-crypt/openpgp-keys-kernel: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-58749092eb36e3074fb445833388c37431e79b4f.tar.gz gentoo-58749092eb36e3074fb445833388c37431e79b4f.tar.bz2 gentoo-58749092eb36e3074fb445833388c37431e79b4f.zip |
app-crypt/openpgp-keys-linuxcontainers: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/openpgp-keys-linuxcontainers')
-rw-r--r-- | app-crypt/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild b/app-crypt/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild index c9e6d6f18da6..45244fd3306e 100644 --- a/app-crypt/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild +++ b/app-crypt/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x4880b8c9bd0e510 LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" S="${WORKDIR}" |