From 406fde4141c6d62861438ab1ca1df62bafe6c8fd Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 5 Feb 2020 14:05:54 +0100 Subject: app-text/pelican: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-text/pelican/pelican-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-text/pelican/pelican-4.0.0.ebuild') diff --git a/app-text/pelican/pelican-4.0.0.ebuild b/app-text/pelican/pelican-4.0.0.ebuild index a83f2587e5d4..8f8778fe8166 100644 --- a/app-text/pelican/pelican-4.0.0.ebuild +++ b/app-text/pelican/pelican-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad