summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-06-26 22:09:59 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-06-26 22:09:59 +0000
commitb35a1e93a894320b6b0fb2841bb0b3e0f689680c (patch)
tree1c3040bfb502989bf7959d6111f5ce1a73948729
parentVersion bump (diff)
downloadhistorical-b35a1e93a894320b6b0fb2841bb0b3e0f689680c.tar.gz
historical-b35a1e93a894320b6b0fb2841bb0b3e0f689680c.tar.bz2
historical-b35a1e93a894320b6b0fb2841bb0b3e0f689680c.zip
Fix PyQt4 use deps ( bug 272150 )
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
-rw-r--r--dev-python/qscintilla-python/ChangeLog6
-rw-r--r--dev-python/qscintilla-python/qscintilla-python-2.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/qscintilla-python/ChangeLog b/dev-python/qscintilla-python/ChangeLog
index ab6da8ec36b3..0d919dcd1795 100644
--- a/dev-python/qscintilla-python/ChangeLog
+++ b/dev-python/qscintilla-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/qscintilla-python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 1.31 2009/06/25 14:01:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/ChangeLog,v 1.32 2009/06/26 22:09:59 hwoarang Exp $
+
+ 26 Jun 2009; Markos Chandras <hwoarang@gentoo.org>
+ qscintilla-python-2.4.ebuild:
+ Fix PyQt4 use deps ( bug 272150 )
25 Jun 2009; Jeroen Roovers <jer@gentoo.org>
qscintilla-python-2.3.2-r2.ebuild:
diff --git a/dev-python/qscintilla-python/qscintilla-python-2.4.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.4.ebuild
index 37661f9a3de1..486c1caf7cdc 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.4.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/qscintilla-python/qscintilla-python-2.4.ebuild,v 1.2 2009/06/22 06:29:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla-python/qscintilla-python-2.4.ebuild,v 1.3 2009/06/26 22:09:59 hwoarang Exp $
EAPI="2"
@@ -19,7 +19,7 @@ IUSE="debug +qt4"
DEPEND=">=dev-python/sip-4.8
~x11-libs/qscintilla-${PV}[qt4=]
- qt4? ( >=dev-python/PyQt4-4.5 )
+ qt4? ( >=dev-python/PyQt4-4.5[X] )
!qt4? ( >=dev-python/PyQt-3.18 )"
RDEPEND="${DEPEND}"