pesa 14/10/13 17:50:20 Modified: PyQt5-5.3.2.ebuild ChangeLog Log: Drop incorrect REQUIRED_USE dependencies. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.2 dev-python/PyQt5/PyQt5-5.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild?r1=1.1&r2=1.2 Index: PyQt5-5.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PyQt5-5.3.2.ebuild 13 Oct 2014 17:26:10 -0000 1.1 +++ PyQt5-5.3.2.ebuild 13 Oct 2014 17:50:20 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.1 2014/10/13 17:26:10 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.3.2.ebuild,v 1.2 2014/10/13 17:50:20 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -28,23 +28,12 @@ printsupport sensors serialport sql svg testlib webkit websockets widgets x11extras xmlpatterns" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} - declarative? ( gui ) - designer? ( gui ) - help? ( gui ) - multimedia? ( gui ) - opengl? ( gui ) positioning? ( gui ) - printsupport? ( gui ) sensors? ( gui ) serialport? ( gui ) - sql? ( gui widgets ) - svg? ( gui ) - testlib? ( gui widgets ) - webkit? ( gui network ) + sql? ( widgets ) + testlib? ( widgets ) websockets? ( gui ) - widgets? ( gui ) - x11extras? ( gui ) - xmlpatterns? ( network ) " # Minimal supported version of Qt. @@ -73,7 +62,7 @@ sql? ( >=dev-qt/qtsql-${QT_PV} ) svg? ( >=dev-qt/qtsvg-${QT_PV} ) testlib? ( >=dev-qt/qttest-${QT_PV} ) - webkit? ( >=dev-qt/qtwebkit-${QT_PV} ) + webkit? ( >=dev-qt/qtwebkit-${QT_PV}[printsupport] ) websockets? ( >=dev-qt/qtwebsockets-${QT_PV} ) widgets? ( >=dev-qt/qtwidgets-${QT_PV} ) x11extras? ( >=dev-qt/qtx11extras-${QT_PV} ) 1.2 dev-python/PyQt5/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt5/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 13 Oct 2014 17:26:10 -0000 1.1 +++ ChangeLog 13 Oct 2014 17:50:20 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt5 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.1 2014/10/13 17:26:10 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/ChangeLog,v 1.2 2014/10/13 17:50:20 pesa Exp $ + + 13 Oct 2014; Davide Pesavento <[email protected]> PyQt5-5.3.2.ebuild: + Drop incorrect REQUIRED_USE dependencies. *PyQt5-5.3.2 (13 Oct 2014)
