From 643b50e6d19cc720c2bc6b5e0c00acf07b614c7e Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 20 Oct 2015 08:54:44 +0200 Subject: dev-python/PyQt5: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/PyQt5/PyQt5-5.5.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-python/PyQt5') diff --git a/dev-python/PyQt5/PyQt5-5.5.ebuild b/dev-python/PyQt5/PyQt5-5.5.ebuild index 2ab377073f3d..ccb3484f10d8 100644 --- a/dev-python/PyQt5/PyQt5-5.5.ebuild +++ b/dev-python/PyQt5/PyQt5-5.5.ebuild @@ -3,12 +3,14 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit eutils multibuild multilib python-r1 qmake-utils DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro +HOMEPAGE=" + http://www.riverbankcomputing.com/software/pyqt/intro https://pypi.python.org/pypi/PyQt5" MY_PN="PyQt-gpl" -- cgit v1.2.3