summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Verwilst <verwilst@gentoo.org>2001-11-27 23:10:09 +0000
committerBart Verwilst <verwilst@gentoo.org>2001-11-27 23:10:09 +0000
commit4fd14075fc15c7f3718817aa50097d499222da9a (patch)
tree056057d87a1c6246d2e96373ea96cfbdf1a6ca54 /dev-python
parentNew versions of PyQT 3.0, both for QT >=2.3.1 and QT 3.0 (diff)
downloadgentoo-2-4fd14075fc15c7f3718817aa50097d499222da9a.tar.gz
gentoo-2-4fd14075fc15c7f3718817aa50097d499222da9a.tar.bz2
gentoo-2-4fd14075fc15c7f3718817aa50097d499222da9a.zip
dep fix0rs
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyQt/qt2.3.1_PyQt-3.0.ebuild4
-rw-r--r--dev-python/PyQt/qt3.0.0_PyQt-3.0.ebuild4
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() {