diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-06 08:48:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-06 08:48:44 +0000 |
commit | 2cd043afa3750e042c2fe34094acd2f500260eba (patch) | |
tree | bf74d06f49a27c7585a304733f5726396e2d1b18 /dev-python/pyqwt | |
parent | Restrict qwt deps to version 5, 357555 & 357563 (diff) | |
download | gentoo-2-2cd043afa3750e042c2fe34094acd2f500260eba.tar.gz gentoo-2-2cd043afa3750e042c2fe34094acd2f500260eba.tar.bz2 gentoo-2-2cd043afa3750e042c2fe34094acd2f500260eba.zip |
Restrict qwt deps to version 5, 357555 & 357557
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyqwt')
-rw-r--r-- | dev-python/pyqwt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyqwt/pyqwt-5.2.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/pyqwt/ChangeLog b/dev-python/pyqwt/ChangeLog index b80fbcd85821..caf836ed930d 100644 --- a/dev-python/pyqwt/ChangeLog +++ b/dev-python/pyqwt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyqwt -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqwt/ChangeLog,v 1.16 2010/02/07 03:07:41 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqwt/ChangeLog,v 1.17 2011/03/06 08:48:44 jlec Exp $ + + 06 Mar 2011; Justin Lecher <jlec@gentoo.org> pyqwt-5.2.0.ebuild: + Restrict qwt deps to version 5, 357555 & 357557 07 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pyqwt-5.2.0.ebuild: diff --git a/dev-python/pyqwt/pyqwt-5.2.0.ebuild b/dev-python/pyqwt/pyqwt-5.2.0.ebuild index 2ac3d8ff8794..f9200dce8e66 100644 --- a/dev-python/pyqwt/pyqwt-5.2.0.ebuild +++ b/dev-python/pyqwt/pyqwt-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqwt/pyqwt-5.2.0.ebuild,v 1.7 2011/03/05 18:14:09 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqwt/pyqwt-5.2.0.ebuild,v 1.8 2011/03/06 08:48:44 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,8 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ia64 ~x86" IUSE="doc examples svg" -RDEPEND=">=x11-libs/qwt-5.1[svg?] +RDEPEND=" + =x11-libs/qwt-5*[svg?] >=dev-python/PyQt4-4.6.1 dev-python/numpy" DEPEND="${DEPEND} |