diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-26 04:08:27 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-03-26 04:08:27 +0000 |
commit | 9d29c2aca2894d28874f98b89edeab37cfbe732f (patch) | |
tree | 3687e5561bf63bbc73204143731b07aec4795886 /sys-cluster | |
parent | Bump (diff) | |
download | gentoo-2-9d29c2aca2894d28874f98b89edeab37cfbe732f.tar.gz gentoo-2-9d29c2aca2894d28874f98b89edeab37cfbe732f.tar.bz2 gentoo-2-9d29c2aca2894d28874f98b89edeab37cfbe732f.zip |
fix quantum's webob deps
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/quantum/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/quantum/quantum-2012.2.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-cluster/quantum/ChangeLog b/sys-cluster/quantum/ChangeLog index 3d5f134549e5..141d29e670af 100644 --- a/sys-cluster/quantum/ChangeLog +++ b/sys-cluster/quantum/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/quantum # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/quantum/ChangeLog,v 1.3 2013/03/25 19:35:38 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/quantum/ChangeLog,v 1.4 2013/03/26 04:08:27 prometheanfire Exp $ + + 26 Mar 2013; Matthew Thode <prometheanfire@gentoo.org> + quantum-2012.2.3-r1.ebuild: + fix quantum's webob deps *quantum-2012.2.3-r1 (25 Mar 2013) diff --git a/sys-cluster/quantum/quantum-2012.2.3-r1.ebuild b/sys-cluster/quantum/quantum-2012.2.3-r1.ebuild index d3973f95fbe9..427ecdefc46a 100644 --- a/sys-cluster/quantum/quantum-2012.2.3-r1.ebuild +++ b/sys-cluster/quantum/quantum-2012.2.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/sys-cluster/quantum/quantum-2012.2.3-r1.ebuild,v 1.1 2013/03/25 19:35:38 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/quantum/quantum-2012.2.3-r1.ebuild,v 1.2 2013/03/26 04:08:27 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -47,7 +47,7 @@ RDEPEND="=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}] dev-python/pyudev >dev-python/sqlalchemy-0.6.4 <=dev-python/sqlalchemy-0.7.9 - =dev-python/webob-1.0.8" + =dev-python/webob-1.0.8-r1[${PYTHON_USEDEP}]" python_install() { distutils-r1_python_install |