diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-02-03 21:47:53 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-02-03 21:47:53 +0000 |
commit | a414a04296ca0df461dcb49049ffde88e1d005e0 (patch) | |
tree | 6cafdcfe823f70be1f9c8e040218d644ff57a0ca /dev-python/PyQt | |
parent | ditto (diff) | |
download | historical-a414a04296ca0df461dcb49049ffde88e1d005e0.tar.gz historical-a414a04296ca0df461dcb49049ffde88e1d005e0.tar.bz2 historical-a414a04296ca0df461dcb49049ffde88e1d005e0.zip |
ditto
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/PyQt-2.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/PyQt/PyQt-2.4.ebuild b/dev-python/PyQt/PyQt-2.4.ebuild index 1ac87e5eed8b..713880cdb8a9 100644 --- a/dev-python/PyQt/PyQt-2.4.ebuild +++ b/dev-python/PyQt/PyQt-2.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: tools@cvs.gentoo.org -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-2.4.ebuild,v 1.5 2001/12/29 17:41:37 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-2.4.ebuild,v 1.6 2002/02/03 21:47:53 danarmak Exp $ S=${WORKDIR}/${P} DESCRIPTION="PyQt is a set of Python bindings for the Qt Toolkit." @@ -10,7 +10,7 @@ HOMEPAGE="http://www.thekompany.com/projects/pykde/" # i don't suppose we'll ever have a x11-libs/qt-1* ebuild, so ive changed # the >1.4.2 dep to 2 -DEPEND=">=x11-libs/qt-2 +DEPEND="=x11-libs/qt-2* =dev-python/sip-2.4 virtual/python" diff --git a/dev-python/PyQt/PyQt-3.0.ebuild b/dev-python/PyQt/PyQt-3.0.ebuild index 4acad4ee3f79..d32c385b1681 100644 --- a/dev-python/PyQt/PyQt-3.0.ebuild +++ b/dev-python/PyQt/PyQt-3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.0.ebuild,v 1.2 2001/12/29 17:41:37 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.0.ebuild,v 1.3 2002/02/03 21:47:53 danarmak Exp $ S="${WORKDIR}/PyQt-3.0" DESCRIPTION="PyQt is a set of Python bindings for the Qt Toolkit( VERSION 3.x ONLY!!." @@ -10,7 +10,7 @@ SRC_URI="http://www.river-bank.demon.co.uk/software/PyQt-3.0-Qt-3.0.0.tar.gz HOMEPAGE="http://www.thekompany.com/projects/pykde/" DEPEND="virtual/glibc - >=x11-libs/qt-3 + =x11-libs/qt-3* =dev-python/sip-3.0 >=dev-lang/python-2.0" |