Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/
Date: Wed, 01 Jan 2020 09:50:21
Message-Id: 1577872179.ae5566c2d6899e4ce7dd47d8db207e28895f788d.gyakovlev@gentoo
1 commit: ae5566c2d6899e4ce7dd47d8db207e28895f788d
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 09:49:39 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 09:49:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5566c2
7
8 app-crypt/minisign: sync live ebuild
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 app-crypt/minisign/minisign-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/minisign/minisign-9999.ebuild b/app-crypt/minisign/minisign-9999.ebuild
17 index da90d6d5d3f..720809d52a4 100644
18 --- a/app-crypt/minisign/minisign-9999.ebuild
19 +++ b/app-crypt/minisign/minisign-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2019 Gentoo Authors
22 +# Copyright 2019-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
27 EGIT_REPO_URI="https://github.com/jedisct1/${PN}.git"
28 else
29 SRC_URI="https://github.com/jedisct1/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64"
31 + KEYWORDS="~amd64 ~ppc64"
32 fi
33
34 LICENSE="ISC"