From b3ffcd0a06286924ea9231157315217e83b14dfe Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:14:55 +0100 Subject: [PATCH] dev-python/pyqt-distutils: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.26.2