diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2001-11-27 23:10:09 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2001-11-27 23:10:09 +0000 |
commit | f097137617bc7b9534841ed21c0539a64e0bd159 (patch) | |
tree | a37a4d62060eeb6e08a8ab10e495666c04e72689 /dev-python/PyQt | |
parent | New versions of PyQT 3.0, both for QT >=2.3.1 and QT 3.0 (diff) | |
download | historical-f097137617bc7b9534841ed21c0539a64e0bd159.tar.gz historical-f097137617bc7b9534841ed21c0539a64e0bd159.tar.bz2 historical-f097137617bc7b9534841ed21c0539a64e0bd159.zip |
dep fix0rs
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/qt2.3.1_PyQt-3.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt/qt3.0.0_PyQt-3.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/PyQt/qt2.3.1_PyQt-3.0.ebuild b/dev-python/PyQt/qt2.3.1_PyQt-3.0.ebuild index 1f217850e57c..f21105033556 100644 --- a/dev-python/PyQt/qt2.3.1_PyQt-3.0.ebuild +++ b/dev-python/PyQt/qt2.3.1_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/qt2.3.1_PyQt-3.0.ebuild,v 1.1 2001/11/27 21:55:06 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/qt2.3.1_PyQt-3.0.ebuild,v 1.2 2001/11/27 23:10:09 verwilst Exp $ S="${WORKDIR}/PyQt-3.0" DESCRIPTION="PyQt is a set of Python bindings for the Qt Toolkit." @@ -11,7 +11,7 @@ HOMEPAGE="http://www.thekompany.com/projects/pykde/" DEPEND="virtual/glibc >=x11-libs/qt-x11-2.3 =dev-python/sip-3.0 - virtual/python" + >=dev-lang/python-2.0" src_compile() { ./configure --prefix=/usr \ diff --git a/dev-python/PyQt/qt3.0.0_PyQt-3.0.ebuild b/dev-python/PyQt/qt3.0.0_PyQt-3.0.ebuild index 795f49fc37d9..014b5b8eaf7a 100644 --- a/dev-python/PyQt/qt3.0.0_PyQt-3.0.ebuild +++ b/dev-python/PyQt/qt3.0.0_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/qt3.0.0_PyQt-3.0.ebuild,v 1.1 2001/11/27 21:55:06 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/qt3.0.0_PyQt-3.0.ebuild,v 1.2 2001/11/27 23:10:09 verwilst Exp $ S="${WORKDIR}/PyQt-3.0" DESCRIPTION="PyQt is a set of Python bindings for the Qt Toolkit." @@ -12,7 +12,7 @@ HOMEPAGE="http://www.thekompany.com/projects/pykde/" DEPEND="virtual/glibc >=x11-libs/qt-x11-3.0 =dev-python/sip-3.0 - virtual/python" + >=dev-lang/python-2.0" src_unpack() { |