summaryrefslogtreecommitdiff
path: root/dev-python/PyQt5/PyQt5-5.12.1.ebuild
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2019-03-21 20:39:47 +0100
committerDavide Pesavento <pesa@gentoo.org>2019-03-21 20:40:03 +0100
commitcdb325c971def05b38a5722a2652db4a7cdac66d (patch)
tree57525718111c7bc3d2aa51d96176b06b0a4429b1 /dev-python/PyQt5/PyQt5-5.12.1.ebuild
parentbdd4b3309fef4c58066f9a5f88b4db448be19dfe (diff)
downloadgentoo-cdb325c971def05b38a5722a2652db4a7cdac66d.tar.gz
gentoo-cdb325c971def05b38a5722a2652db4a7cdac66d.tar.bz2
gentoo-cdb325c971def05b38a5722a2652db4a7cdac66d.zip
dev-python/PyQt5: drop python3_4 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-python/PyQt5/PyQt5-5.12.1.ebuild')
-rw-r--r--dev-python/PyQt5/PyQt5-5.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.12.1.ebuild b/dev-python/PyQt5/PyQt5-5.12.1.ebuild
index 287228a9a1d6..a4197ca2dc5a 100644
--- a/dev-python/PyQt5/PyQt5-5.12.1.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.12.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit multibuild python-r1 qmake-utils
DESCRIPTION="Python bindings for the Qt framework"