From: David Seifert Date: Sat, 28 Dec 2019 16:14:55 +0000 (+0100) Subject: dev-python/pyqt-distutils: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3ffcd0a06286924ea9231157315217e83b14dfe;p=gentoo.git dev-python/pyqt-distutils: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild index 64d95f96b728..04c6d9d5d317 100644 --- a/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild +++ b/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="distutils extension to work with PyQt applications and UI files"