Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/
Date: Sun, 25 Jul 2021 07:56:31
Message-Id: 1627199766.587a305094bb14cb12c60053b2fe54820dbd13ab.mattst88@gentoo
1 commit: 587a305094bb14cb12c60053b2fe54820dbd13ab
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 07:55:39 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 07:56:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587a3050
7
8 app-crypt/minisign: Keyword 0.9 alpha, #783072
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-crypt/minisign/minisign-0.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/minisign/minisign-0.9.ebuild b/app-crypt/minisign/minisign-0.9.ebuild
16 index e1ddce33643..9696894769a 100644
17 --- a/app-crypt/minisign/minisign-0.9.ebuild
18 +++ b/app-crypt/minisign/minisign-0.9.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
20 EGIT_REPO_URI="https://github.com/jedisct1/${PN}.git"
21 else
22 SRC_URI="https://github.com/jedisct1/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
25 fi
26
27 LICENSE="ISC"