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/certbot/
Date: Sat, 08 Jan 2022 21:50:42
Message-Id: 1641678631.4f161a30f93ff14074504dbbc116df743d6eb7b7.prometheanfire@gentoo
1 commit: 4f161a30f93ff14074504dbbc116df743d6eb7b7
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 21:49:23 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 21:50:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f161a30
7
8 app-crypt/certbot: 1.22.0 stable amd64/x86
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-crypt/certbot/certbot-1.22.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/certbot/certbot-1.22.0.ebuild b/app-crypt/certbot/certbot-1.22.0.ebuild
17 index 3c75588e8c44..08785c973b2a 100644
18 --- a/app-crypt/certbot/certbot-1.22.0.ebuild
19 +++ b/app-crypt/certbot/certbot-1.22.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
27 inherit git-r3
28 else
29 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
31 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
32 fi
33 S=${WORKDIR}/${P}/${PN}