Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gentoo-keys/
Date: Tue, 07 Jan 2020 10:03:35
Message-Id: 1578391354.2840eacb6ab02097497bc3f98f0f29283b931a2c.mgorny@gentoo
1 commit: 2840eacb6ab02097497bc3f98f0f29283b931a2c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 7 09:58:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 10:02:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2840eacb
7
8 app-crypt/gentoo-keys: [QA] Remove invalid stable keywords
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-crypt/gentoo-keys/gentoo-keys-201901130136.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/gentoo-keys/gentoo-keys-201901130136.ebuild b/app-crypt/gentoo-keys/gentoo-keys-201901130136.ebuild
16 index 2cf315439b7..3c104fab50d 100644
17 --- a/app-crypt/gentoo-keys/gentoo-keys-201901130136.ebuild
18 +++ b/app-crypt/gentoo-keys/gentoo-keys-201901130136.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2014-2019 Gentoo Authors
21 +# Copyright 2014-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~dolsen/releases/keyrings/${P}.tar.xz"
26 LICENSE="GPL-2"
27 SLOT="0"
28
29 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 x64-cygwin amd64-linux"
30 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-linux"
31
32 S="${WORKDIR}"