diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-01-20 17:40:24 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-01-20 17:40:24 +0000 |
commit | dd688e05948b4b64d0c5dcbac5e91934813d78ab (patch) | |
tree | 078778880373943fce08345283066e5eb78a2859 /dev-python | |
parent | New version of evince. Adds comicbook support, among other thigns (diff) | |
download | gentoo-2-dd688e05948b4b64d0c5dcbac5e91934813d78ab.tar.gz gentoo-2-dd688e05948b4b64d0c5dcbac5e91934813d78ab.tar.bz2 gentoo-2-dd688e05948b4b64d0c5dcbac5e91934813d78ab.zip |
fix dependency
(Portage version: 2.0.53)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.15.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 29b80518a9b2..00ce0f460ffd 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.65 2006/01/15 11:45:53 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.66 2006/01/20 17:40:24 carlo Exp $ + + 20 Jan 2006; Carsten Lohrke <carlo@gentoo.org> PyQt-3.15.1.ebuild: + fix dependency 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> PyQt-3.14.1-r1.ebuild: Stable on ppc. diff --git a/dev-python/PyQt/PyQt-3.15.1.ebuild b/dev-python/PyQt/PyQt-3.15.1.ebuild index f6f9c7a363c3..478d8fefb8f0 100644 --- a/dev-python/PyQt/PyQt-3.15.1.ebuild +++ b/dev-python/PyQt/PyQt-3.15.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.15.1.ebuild,v 1.1 2005/12/09 22:07:41 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.15.1.ebuild,v 1.2 2006/01/20 17:40:24 carlo Exp $ inherit distutils @@ -19,7 +19,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ppc64" IUSE="debug doc examples" RDEPEND="=x11-libs/qt-3* - >=dev-python/sip-4.2 + >=dev-python/sip-4.3 <dev-python/qscintilla-1.10" DEPEND="${RDEPEND} sys-devel/libtool" |