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: Tue, 07 Jan 2020 00:26:39
Message-Id: 1578356734.849bc249e7e651c02e40252cc3de0d3d028e4e94.prometheanfire@gentoo
1 commit: 849bc249e7e651c02e40252cc3de0d3d028e4e94
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 7 00:25:34 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 00:25:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849bc249
7
8 app-crypt/acme: add py38
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-crypt/acme/acme-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
17 index 94e96889a9e..da68660fa26 100644
18 --- a/app-crypt/acme/acme-9999.ebuild
19 +++ b/app-crypt/acme/acme-9999.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
25 +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
26
27 if [[ ${PV} == 9999* ]]; then
28 EGIT_REPO_URI="https://github.com/certbot/certbot.git"