diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-06-16 17:58:42 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-06-16 17:58:42 +0000 |
commit | a8cd6a4f6923045e5395131f372ee3b41827d587 (patch) | |
tree | 53363664db32c7cdd11d0f1471077b8ee23f7a37 /dev-python/PyQt | |
parent | Keyworded on alpha, bug #272777 (diff) | |
download | gentoo-2-a8cd6a4f6923045e5395131f372ee3b41827d587.tar.gz gentoo-2-a8cd6a4f6923045e5395131f372ee3b41827d587.tar.bz2 gentoo-2-a8cd6a4f6923045e5395131f372ee3b41827d587.zip |
Raise sip dependency to 4.8.1
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.18.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index f153f54d0bd3..c543c7cd12f2 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.119 2009/06/16 15:16:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.120 2009/06/16 17:58:42 hwoarang Exp $ + + 16 Jun 2009; Markos Chandras <hwoarang@gentoo.org> PyQt-3.18.1.ebuild: + Raise sip dependency to 4.8.1 *PyQt-3.18.1 (16 Jun 2009) diff --git a/dev-python/PyQt/PyQt-3.18.1.ebuild b/dev-python/PyQt/PyQt-3.18.1.ebuild index 9331670ae730..f2972603f366 100644 --- a/dev-python/PyQt/PyQt-3.18.1.ebuild +++ b/dev-python/PyQt/PyQt-3.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.18.1.ebuild,v 1.1 2009/06/16 15:16:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.18.1.ebuild,v 1.2 2009/06/16 17:58:42 hwoarang Exp $ EAPI="2" inherit distutils @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples" RDEPEND="x11-libs/qt:3 - >=dev-python/sip-4.8 + >=dev-python/sip-4.8.1 >=x11-libs/qscintilla-2.4[python]" DEPEND="${RDEPEND} sys-devel/libtool" |