From 1f70af0ea32eafddf04728d4b74ec51a06395b67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 6 Feb 2020 06:25:39 +0100 Subject: [PATCH] app-crypt/acme: Remove py2 again MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-crypt/acme/acme-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.26.2