diff options
Diffstat (limited to 'dev-python/PyQt/PyQt-3.17.ebuild')
-rw-r--r-- | dev-python/PyQt/PyQt-3.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt/PyQt-3.17.ebuild b/dev-python/PyQt/PyQt-3.17.ebuild index 8b54bc5f70ba..14d879e1ddcd 100644 --- a/dev-python/PyQt/PyQt-3.17.ebuild +++ b/dev-python/PyQt/PyQt-3.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.ebuild,v 1.8 2007/07/11 06:19:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.ebuild,v 1.9 2007/11/20 05:35:19 hawking Exp $ inherit distutils @@ -20,7 +20,7 @@ IUSE="debug doc examples" RDEPEND="=x11-libs/qt-3* >=dev-python/sip-4.4.1 - dev-python/qscintilla" + x11-libs/qscintilla" DEPEND="${RDEPEND} sys-devel/libtool" |