diff options
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 0af64e6e7a7e..3bc8357702ed 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.115 2009/06/09 19:06:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.116 2009/06/09 20:12:15 hwoarang Exp $ + + 09 Jun 2009; Markos Chandras <hwoarang@gentoo.org> PyQt-3.18.ebuild: + Silently drop qt4 use dependency from qscintilla *PyQt-3.18 (09 Jun 2009) diff --git a/dev-python/PyQt/PyQt-3.18.ebuild b/dev-python/PyQt/PyQt-3.18.ebuild index 57d7c2ed93ee..4a89ec968174 100644 --- a/dev-python/PyQt/PyQt-3.18.ebuild +++ b/dev-python/PyQt/PyQt-3.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.18.ebuild,v 1.1 2009/06/09 19:06:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.18.ebuild,v 1.2 2009/06/09 20:12:15 hwoarang Exp $ EAPI="2" inherit distutils @@ -19,7 +19,7 @@ IUSE="debug doc examples" RDEPEND="x11-libs/qt:3 >=dev-python/sip-4.8 - >=x11-libs/qscintilla-2.4[python,-qt4]" + >=x11-libs/qscintilla-2.4[python]" DEPEND="${RDEPEND} sys-devel/libtool" |