Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/
Date: Sat, 29 Jan 2022 14:29:38
Message-Id: 1643466560.11655b10ffd936026a549efabae455f046fbd255.chewi@gentoo
1 commit: 11655b10ffd936026a549efabae455f046fbd255
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 14:28:20 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 14:29:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11655b10
7
8 app-crypt/minisign: Keyword 0.10 for ~m68k
9
10 Manually tested and working.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 app-crypt/minisign/minisign-0.10.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-crypt/minisign/minisign-0.10.ebuild b/app-crypt/minisign/minisign-0.10.ebuild
18 index 154ff1cfe795..6656bfb27e6b 100644
19 --- a/app-crypt/minisign/minisign-0.10.ebuild
20 +++ b/app-crypt/minisign/minisign-0.10.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2019-2021 Gentoo Authors
23 +# Copyright 2019-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
28 EGIT_REPO_URI="https://github.com/jedisct1/${PN}.git"
29 else
30 SRC_URI="https://github.com/jedisct1/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
32 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
33 fi
34
35 LICENSE="ISC"