summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 16:23:15 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 16:29:12 +0100
commit0e149ae2a65f5d57b8eb1837c8f173607eb8dda8 (patch)
tree92f95af73640ed2d1a7a5fd70f6d9e0e34bd8182 /app-crypt/acme/acme-9999.ebuild
parentdev-python/joblib: Remove py2 (diff)
downloadgentoo-0e149ae2a65f5d57b8eb1837c8f173607eb8dda8.tar.gz
gentoo-0e149ae2a65f5d57b8eb1837c8f173607eb8dda8.tar.bz2
gentoo-0e149ae2a65f5d57b8eb1837c8f173607eb8dda8.zip
app-crypt/acme: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/acme/acme-9999.ebuild')
-rw-r--r--app-crypt/acme/acme-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
index da68660fa26a..4aaf884c944a 100644
--- a/app-crypt/acme/acme-9999.ebuild
+++ b/app-crypt/acme/acme-9999.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"