app-crypt/acme: Remove py2 again
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:25:39 +0000 (06:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:25:39 +0000 (06:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-crypt/acme/acme-1.2.0.ebuild

index da68660fa26a9618b3ca93e0b565cf3fa9dfad67..4aaf884c944a74b887941063c9c720f3d692ac57 100644 (file)
@@ -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"