Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Sat, 02 Oct 2021 01:42:50
Message-Id: 1633138939.e6b3fb76bcc5f09acb3a4bf76c06842356330e20.prometheanfire@gentoo
1 commit: e6b3fb76bcc5f09acb3a4bf76c06842356330e20
2 Author: Ahmed Charles <me <AT> ahmedcharles <DOT> com>
3 AuthorDate: Sat Oct 2 01:18:50 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 01:42:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b3fb76
7
8 app-crypt/acme: keyword ~riscv.
9
10 Signed-off-by: Ahmed Charles <me <AT> ahmedcharles.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-crypt/acme/acme-1.19.0.ebuild | 2 +-
14 app-crypt/acme/acme-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-crypt/acme/acme-1.19.0.ebuild b/app-crypt/acme/acme-1.19.0.ebuild
18 index 7c666ebed1f..c3e47e636d1 100644
19 --- a/app-crypt/acme/acme-1.19.0.ebuild
20 +++ b/app-crypt/acme/acme-1.19.0.ebuild
21 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then
22 S=${WORKDIR}/${P}/${PN}
23 else
24 SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
25 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
26 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
27 S=${WORKDIR}/certbot-${PV}/acme
28 fi
29
30
31 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
32 index 7c666ebed1f..c3e47e636d1 100644
33 --- a/app-crypt/acme/acme-9999.ebuild
34 +++ b/app-crypt/acme/acme-9999.ebuild
35 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then
36 S=${WORKDIR}/${P}/${PN}
37 else
38 SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
39 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
40 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
41 S=${WORKDIR}/certbot-${PV}/acme
42 fi