From 2f6319ca31a4ac012fd84734e4031700d06fc8e8 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 9 Jun 2009 20:12:15 +0000 Subject: Silently drop qt4 use dependency from qscintilla (Portage version: 2.2_rc33/cvs/Linux x86_64) --- dev-python/PyQt/ChangeLog | 5 ++++- dev-python/PyQt/PyQt-3.18.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-python/PyQt') 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 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" -- cgit v1.2.3-65-gdbad