diff options
author | 2020-02-05 16:23:15 +0100 | |
---|---|---|
committer | 2020-02-05 16:29:12 +0100 | |
commit | 0e149ae2a65f5d57b8eb1837c8f173607eb8dda8 (patch) | |
tree | 92f95af73640ed2d1a7a5fd70f6d9e0e34bd8182 /app-crypt/acme/acme-0.40.1.ebuild | |
parent | dev-python/joblib: Remove py2 (diff) | |
download | gentoo-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-0.40.1.ebuild')
-rw-r--r-- | app-crypt/acme/acme-0.40.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/acme/acme-0.40.1.ebuild b/app-crypt/acme/acme-0.40.1.ebuild index f045a98c0861..0ce5fe5770d8 100644 --- a/app-crypt/acme/acme-0.40.1.ebuild +++ b/app-crypt/acme/acme-0.40.1.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}) +PYTHON_COMPAT=(python{3_6,3_7}) if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" |