diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-09-16 02:37:18 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-09-16 02:37:18 +0000 |
commit | 365f39fdcdf38943900f651a7877d3bfccc0bf57 (patch) | |
tree | c554d766448071635ae0e73b58bcb7892aae3d97 /app-emulation/spice | |
parent | Whitespace (diff) | |
download | gentoo-2-365f39fdcdf38943900f651a7877d3bfccc0bf57.tar.gz gentoo-2-365f39fdcdf38943900f651a7877d3bfccc0bf57.tar.bz2 gentoo-2-365f39fdcdf38943900f651a7877d3bfccc0bf57.zip |
Require a python-r1 compatible version of dev-python/pyparsing, bug 484906.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.12.3-r1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.12.4.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog index 79f6206f0f8b..a2f4718d1ee1 100644 --- a/app-emulation/spice/ChangeLog +++ b/app-emulation/spice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/spice # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.54 2013/09/12 22:29:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.55 2013/09/16 02:37:18 floppym Exp $ + + 16 Sep 2013; Mike Gilbert <floppym@gentoo.org> spice-0.12.3-r1.ebuild, + spice-0.12.4.ebuild: + Require a python-r1 compatible version of dev-python/pyparsing, bug 484906. 12 Sep 2013; Michał Górny <mgorny@gentoo.org> spice-0.12.2.ebuild, spice-0.12.3-r1.ebuild, spice-0.12.4.ebuild: diff --git a/app-emulation/spice/spice-0.12.3-r1.ebuild b/app-emulation/spice/spice-0.12.3-r1.ebuild index 0c0bbde16cbf..0eb9c0e4aa6b 100644 --- a/app-emulation/spice/spice-0.12.3-r1.ebuild +++ b/app-emulation/spice/spice-0.12.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild,v 1.5 2013/09/12 22:29:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild,v 1.6 2013/09/16 02:37:18 floppym Exp $ EAPI=5 @@ -52,12 +52,12 @@ RDEPEND=">=x11-libs/pixman-0.17.7 # ) # )" DEPEND="virtual/pkgconfig - dev-python/pyparsing + >=dev-python/pyparsing-1.5.6-r2 ${PYTHON_DEPS} ${RDEPEND}" python_check_deps() { - has_version "dev-python/pyparsing[${PYTHON_USEDEP}]" + has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]" } pkg_setup() { diff --git a/app-emulation/spice/spice-0.12.4.ebuild b/app-emulation/spice/spice-0.12.4.ebuild index 74bb19bfadf0..620739bfaeae 100644 --- a/app-emulation/spice/spice-0.12.4.ebuild +++ b/app-emulation/spice/spice-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.4.ebuild,v 1.3 2013/09/12 22:29:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.4.ebuild,v 1.4 2013/09/16 02:37:18 floppym Exp $ EAPI=5 @@ -51,12 +51,12 @@ RDEPEND=">=x11-libs/pixman-0.17.7 # ) # )" DEPEND="virtual/pkgconfig - dev-python/pyparsing + >=dev-python/pyparsing-1.5.6-r2 ${PYTHON_DEPS} ${RDEPEND}" python_check_deps() { - has_version "dev-python/pyparsing[${PYTHON_USEDEP}]" + has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]" } pkg_setup() { |