diff options
author | 2020-01-07 10:58:14 +0100 | |
---|---|---|
committer | 2020-01-07 11:02:34 +0100 | |
commit | 2840eacb6ab02097497bc3f98f0f29283b931a2c (patch) | |
tree | 850f1134dc4f282845fc2c0f2e343b1e389e3d5d /app-crypt | |
parent | sys-kernel/linux-firmware: [QA] Remove invalid stable mips keyword (diff) | |
download | gentoo-2840eacb6ab02097497bc3f98f0f29283b931a2c.tar.gz gentoo-2840eacb6ab02097497bc3f98f0f29283b931a2c.tar.bz2 gentoo-2840eacb6ab02097497bc3f98f0f29283b931a2c.zip |
app-crypt/gentoo-keys: [QA] Remove invalid stable keywords
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-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 2cf315439b75..3c104fab50d3 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-2019 Gentoo Authors +# Copyright 2014-2020 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 sh sparc x86 x64-cygwin amd64-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-linux" S="${WORKDIR}" |