diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-08-11 21:09:56 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-08-11 21:09:56 +0000 |
commit | e2afd03c0bbf192a9608557de934645a71a99bdd (patch) | |
tree | 30ed842a93ee8fc99ef70119447ef03045729fc7 /dev-python/PyQt/PyQt-3.17.2.ebuild | |
parent | bump to take in a patch for sip 4.7 compatibility (diff) | |
download | gentoo-2-e2afd03c0bbf192a9608557de934645a71a99bdd.tar.gz gentoo-2-e2afd03c0bbf192a9608557de934645a71a99bdd.tar.bz2 gentoo-2-e2afd03c0bbf192a9608557de934645a71a99bdd.zip |
version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-python/PyQt/PyQt-3.17.2.ebuild')
-rw-r--r-- | dev-python/PyQt/PyQt-3.17.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt/PyQt-3.17.2.ebuild b/dev-python/PyQt/PyQt-3.17.2.ebuild index c5044c38af7f..391226a74f4e 100644 --- a/dev-python/PyQt/PyQt-3.17.2.ebuild +++ b/dev-python/PyQt/PyQt-3.17.2.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.2.ebuild,v 1.4 2007/07/11 06:19:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.17.2.ebuild,v 1.5 2007/08/11 21:09:56 caleb Exp $ inherit distutils @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples" RDEPEND="=x11-libs/qt-3* - >=dev-python/sip-4.6 + ~dev-python/sip-4.6 dev-python/qscintilla" DEPEND="${RDEPEND} sys-devel/libtool" |