diff options
author | 2013-07-15 01:10:06 +0000 | |
---|---|---|
committer | 2013-07-15 01:10:06 +0000 | |
commit | e9fb96d63e91c16dc15a732e8729c51a8c19e12e (patch) | |
tree | 9b88d07443602106be339c7ff3d8cab9a759453c /sys-cluster | |
parent | Fix broken Manifest entries for opencpn-3.2.2.ebuild and ChangeLog. (diff) | |
download | gentoo-2-e9fb96d63e91c16dc15a732e8729c51a8c19e12e.tar.gz gentoo-2-e9fb96d63e91c16dc15a732e8729c51a8c19e12e.tar.bz2 gentoo-2-e9fb96d63e91c16dc15a732e8729c51a8c19e12e.zip |
adding openvswitch to quantum deps
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/quantum/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/quantum/quantum-2013.1.2-r1.ebuild (renamed from sys-cluster/quantum/quantum-2013.1.2.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-cluster/quantum/ChangeLog b/sys-cluster/quantum/ChangeLog index 737c7d388798..dd59351b741a 100644 --- a/sys-cluster/quantum/ChangeLog +++ b/sys-cluster/quantum/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2013/06/06 19:30:14 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/quantum/ChangeLog,v 1.12 2013/07/15 01:10:06 prometheanfire Exp $ + +*quantum-2013.1.2-r1 (15 Jul 2013) + + 15 Jul 2013; Matthew Thode <prometheanfire@gentoo.org> + +quantum-2013.1.2-r1.ebuild, -quantum-2013.1.2.ebuild: + adding openvswitch to quantum deps 06 Jun 2013; Matthew Thode <prometheanfire@gentoo.org> quantum-2013.1.2.ebuild: diff --git a/sys-cluster/quantum/quantum-2013.1.2.ebuild b/sys-cluster/quantum/quantum-2013.1.2-r1.ebuild index 249dd984c88c..12396f6386a3 100644 --- a/sys-cluster/quantum/quantum-2013.1.2.ebuild +++ b/sys-cluster/quantum/quantum-2013.1.2-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-2013.1.2.ebuild,v 1.2 2013/06/06 19:30:14 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/quantum/quantum-2013.1.2-r1.ebuild,v 1.1 2013/07/15 01:10:06 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -53,7 +53,8 @@ RDEPEND=">=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}] <=dev-python/sqlalchemy-0.7.99 >=dev-python/webob-1.2[${PYTHON_USEDEP}] >=dev-python/oslo-config-1.1.0[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}]" + virtual/python-argparse[${PYTHON_USEDEP}] + net-misc/openvswitch[${PYTHON_USEDEP}]" python_install() { distutils-r1_python_install |