summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-06-09 20:12:15 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-06-09 20:12:15 +0000
commit2f6319ca31a4ac012fd84734e4031700d06fc8e8 (patch)
treef02215c9553817b0e95897f4b4ae05c19b260ca6 /dev-python/PyQt
parentkeyword ~x86-fbsd (diff)
downloadgentoo-2-2f6319ca31a4ac012fd84734e4031700d06fc8e8.tar.gz
gentoo-2-2f6319ca31a4ac012fd84734e4031700d06fc8e8.tar.bz2
gentoo-2-2f6319ca31a4ac012fd84734e4031700d06fc8e8.zip
Silently drop qt4 use dependency from qscintilla
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r--dev-python/PyQt/ChangeLog5
-rw-r--r--dev-python/PyQt/PyQt-3.18.ebuild4
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"