Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Thu, 06 Feb 2020 05:34:24
Message-Id: 1580966739.1f70af0ea32eafddf04728d4b74ec51a06395b67.mgorny@gentoo
1 commit: 1f70af0ea32eafddf04728d4b74ec51a06395b67
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 05:25:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 05:25:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f70af0e
7
8 app-crypt/acme: Remove py2 again
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-crypt/acme/acme-1.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/acme/acme-1.2.0.ebuild b/app-crypt/acme/acme-1.2.0.ebuild
16 index da68660fa26..4aaf884c944 100644
17 --- a/app-crypt/acme/acme-1.2.0.ebuild
18 +++ b/app-crypt/acme/acme-1.2.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
24 +PYTHON_COMPAT=(python{3_6,3_7,3_8})
25
26 if [[ ${PV} == 9999* ]]; then
27 EGIT_REPO_URI="https://github.com/certbot/certbot.git"