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: Thu, 07 Jan 2021 07:09:37
Message-Id: 1610003369.bab1225672dffdb46c81ed143298c3fe6be065a9.prometheanfire@gentoo
1 commit: bab1225672dffdb46c81ed143298c3fe6be065a9
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 07:08:54 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 07:09:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab12256
7
8 app-crypt/acme: add py39
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-crypt/acme/acme-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
17 index 9c58fbb71ad..39bf50ccd8a 100644
18 --- a/app-crypt/acme/acme-9999.ebuild
19 +++ b/app-crypt/acme/acme-9999.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=(python{3_6,3_7,3_8})
27 +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
28 DISTUTILS_USE_SETUPTOOLS=rdepend
29
30 if [[ ${PV} == 9999* ]]; then