From: Michał Górny Date: Tue, 11 Feb 2020 11:33:22 +0000 (+0100) Subject: app-text/restview: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=acabce03702a7f7f38f2739e48e87426ddea515c;p=gentoo.git app-text/restview: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-text/restview/restview-2.9.2.ebuild b/app-text/restview/restview-2.9.2.ebuild index 43653ab1a97f..e8fc0287a8f2 100644 --- a/app-text/restview/restview-2.9.2.ebuild +++ b/app-text/restview/restview-2.9.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1