diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2014-09-22 20:10:51 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2014-09-22 20:10:51 +0000 |
commit | 4cb1b79eefafafdd19f2e364589bc3d41fd6ca7b (patch) | |
tree | 773e24d7f032d1e307c1a13b911b7b045c7a5b16 /net-misc | |
parent | Fix build with USE=doc (diff) | |
download | gentoo-2-4cb1b79eefafafdd19f2e364589bc3d41fd6ca7b.tar.gz gentoo-2-4cb1b79eefafafdd19f2e364589bc3d41fd6ca7b.tar.bz2 gentoo-2-4cb1b79eefafafdd19f2e364589bc3d41fd6ca7b.zip |
fixing for python
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openvswitch/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/openvswitch/ChangeLog b/net-misc/openvswitch/ChangeLog index e61f002881fd..ffe27c4c196f 100644 --- a/net-misc/openvswitch/ChangeLog +++ b/net-misc/openvswitch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/openvswitch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.24 2014/08/22 04:28:25 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.25 2014/09/22 20:10:51 prometheanfire Exp $ + + 22 Sep 2014; Matthew Thode <prometheanfire@gentoo.org> + openvswitch-2.3.0.ebuild: + fixing for python *openvswitch-2.1.3 (22 Aug 2014) *openvswitch-2.3.0 (22 Aug 2014) diff --git a/net-misc/openvswitch/openvswitch-2.3.0.ebuild b/net-misc/openvswitch/openvswitch-2.3.0.ebuild index 380dec2ede40..86b2ee77cad8 100644 --- a/net-misc/openvswitch/openvswitch-2.3.0.ebuild +++ b/net-misc/openvswitch/openvswitch-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0.ebuild,v 1.1 2014/08/22 04:28:25 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0.ebuild,v 1.2 2014/09/22 20:10:51 prometheanfire Exp $ EAPI=5 @@ -64,7 +64,7 @@ src_configure() { local linux_config use modules && linux_config="--with-linux=${KV_OUT_DIR}" - econf ${linux_config} \ + PYTHON=python2.7 econf ${linux_config} \ --with-rundir=/var/run/openvswitch \ --with-logdir=/var/log/openvswitch \ --with-pkidir=/etc/ssl/openvswitch \ |