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
commitb58ee70627fb44f2c6451b4ba7aedcb6dbdb37df (patch)
treede884de8c45847bdac9660f206585f259fa4ffd4 /dev-python/qscintilla-python/qscintilla-python-2.4.ebuild
parentVersion bump (diff)
downloadgentoo-2-b58ee70627fb44f2c6451b4ba7aedcb6dbdb37df.tar.gz
gentoo-2-b58ee70627fb44f2c6451b4ba7aedcb6dbdb37df.tar.bz2
gentoo-2-b58ee70627fb44f2c6451b4ba7aedcb6dbdb37df.zip
Fix PyQt4 use deps ( bug 272150 )
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/qscintilla-python/qscintilla-python-2.4.ebuild')
-rw-r--r--dev-python/qscintilla-python/qscintilla-python-2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
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}"