diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2005-10-01 16:30:53 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2005-10-01 16:30:53 +0000 |
commit | 899524929204c36390a99b9aee643b75a039a40b (patch) | |
tree | 425bbd9dfb1d2d2f52b74c98af8d296463c04f8c /dev-python/PyQt | |
parent | Replaced GNUish "cp -a" by "cp -pPR" (bug #103487). (diff) | |
download | historical-899524929204c36390a99b9aee643b75a039a40b.tar.gz historical-899524929204c36390a99b9aee643b75a039a40b.tar.bz2 historical-899524929204c36390a99b9aee643b75a039a40b.zip |
Fix DEPEND to allow latest qscintilla.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/Manifest | 4 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.15.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index a45460c498d0..297b4bd8f124 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.56 2005/09/26 15:26:47 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.57 2005/10/01 16:30:53 chrb Exp $ + + 01 Oct 2005; Chris Bainbridge <chrb@gentoo.org> PyQt-3.15.ebuild: + Fix DEPEND to allow latest qscintilla. *PyQt-3.15 (26 Sep 2005) diff --git a/dev-python/PyQt/Manifest b/dev-python/PyQt/Manifest index d2de9bbdab8e..2417efff1a0d 100644 --- a/dev-python/PyQt/Manifest +++ b/dev-python/PyQt/Manifest @@ -1,11 +1,11 @@ -MD5 0771a6c2fc9dd81266f48786839f46c9 ChangeLog 6747 +MD5 83f7411a62b4ce6a5bc4414e18e88f30 ChangeLog 6857 MD5 5839b01596e10f2cb747c3a15b56e5ae PyQt-3.11.ebuild 1472 MD5 6d0db1c1bdefc35b47486d5e94c491a5 PyQt-3.12.ebuild 1175 MD5 cb24fd8fac577b864a59b281a4088cb2 PyQt-3.13-r1.ebuild 1740 MD5 9c0aa7a56928e518d28c25f94c4bfa0e PyQt-3.13.ebuild 1520 MD5 a02b919efb1b54d05c1ca87d5121b2d5 PyQt-3.14.1.ebuild 1737 MD5 6398473d6e2090b0371a4ead4870faaa PyQt-3.14.ebuild 1735 -MD5 4640142c7ab6d7960ce27b074a09bcdc PyQt-3.15.ebuild 1733 +MD5 bc635b97dec655ae888f3fbdedef6ffd PyQt-3.15.ebuild 1728 MD5 7ae8c9ca1c90ced05dea52063e8730a8 PyQt-3.8.1.ebuild 1652 MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175 MD5 c5e3a3d6c377558ef966905f47c9c947 files/PyQt-3.8.1-qt-3.3.patch 280 diff --git a/dev-python/PyQt/PyQt-3.15.ebuild b/dev-python/PyQt/PyQt-3.15.ebuild index 9d3199afe6a0..ab5368eed083 100644 --- a/dev-python/PyQt/PyQt-3.15.ebuild +++ b/dev-python/PyQt/PyQt-3.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.15.ebuild,v 1.1 2005/09/26 15:26:47 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.15.ebuild,v 1.2 2005/10/01 16:30:53 chrb Exp $ inherit distutils @@ -22,7 +22,7 @@ RDEPEND="virtual/libc x11-libs/qt dev-lang/python >=dev-python/sip-4.2 - <dev-python/qscintilla-1.6" + dev-python/qscintilla" DEPEND="${RDEPEND} sys-devel/libtool" |