summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 06:25:39 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 06:25:39 +0100
commit1f70af0ea32eafddf04728d4b74ec51a06395b67 (patch)
tree2616cf560e188fe5ccbd5f616cc0eba1eb9967ef /app-crypt/acme
parentsys-kernel/gentoo-kernel: Bump to 4.19.102 (diff)
downloadgentoo-1f70af0ea32eafddf04728d4b74ec51a06395b67.tar.gz
gentoo-1f70af0ea32eafddf04728d4b74ec51a06395b67.tar.bz2
gentoo-1f70af0ea32eafddf04728d4b74ec51a06395b67.zip
app-crypt/acme: Remove py2 again
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/acme')
-rw-r--r--app-crypt/acme/acme-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-1.2.0.ebuild b/app-crypt/acme/acme-1.2.0.ebuild
index da68660fa26a..4aaf884c944a 100644
--- a/app-crypt/acme/acme-1.2.0.ebuild
+++ b/app-crypt/acme/acme-1.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
+PYTHON_COMPAT=(python{3_6,3_7,3_8})
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/certbot/certbot.git"