diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:03:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:50:37 +0000 |
commit | bcca98b2a71173f60d04df942eeb5aa559fe1259 (patch) | |
tree | 49f1563e1d16a049ae14d05ad502da3bff4be90f /app-crypt/gentoo-keys | |
parent | app-crypt/easy-rsa: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-bcca98b2a71173f60d04df942eeb5aa559fe1259.tar.gz gentoo-bcca98b2a71173f60d04df942eeb5aa559fe1259.tar.bz2 gentoo-bcca98b2a71173f60d04df942eeb5aa559fe1259.zip |
app-crypt/gentoo-keys: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gentoo-keys')
-rw-r--r-- | app-crypt/gentoo-keys/gentoo-keys-201901130136.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gentoo-keys/gentoo-keys-201901130136.ebuild b/app-crypt/gentoo-keys/gentoo-keys-201901130136.ebuild index cbadedf42bac..1f3b7e7dfb35 100644 --- a/app-crypt/gentoo-keys/gentoo-keys-201901130136.ebuild +++ b/app-crypt/gentoo-keys/gentoo-keys-201901130136.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2020 Gentoo Authors +# Copyright 2014-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~dolsen/releases/keyrings/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-cygwin ~amd64-linux" S="${WORKDIR}" |