diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-28 19:18:30 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-03-28 19:22:29 -0500 |
commit | 0464db224ac3bde294165ad167406bb8878a56ac (patch) | |
tree | 6c520a267d410e00e30fb7d14349bc83fec1e789 /net-misc/openvswitch | |
parent | dev-python/ovs: 2.7.0 stable amd64 and x86 (diff) | |
download | gentoo-0464db224ac3bde294165ad167406bb8878a56ac.tar.gz gentoo-0464db224ac3bde294165ad167406bb8878a56ac.tar.bz2 gentoo-0464db224ac3bde294165ad167406bb8878a56ac.zip |
net-misc/openvswitch: 2.7.0 stable x86 and amd64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.7.0.ebuild b/net-misc/openvswitch/openvswitch-2.7.0.ebuild index 39ad5813acae..694ea37e210a 100644 --- a/net-misc/openvswitch/openvswitch-2.7.0.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="debug modules monitor +ssl" RDEPEND=" @@ -23,7 +23,7 @@ RDEPEND=" ) ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} - ~dev-python/ovs-${PV} + ~dev-python/ovs-${PV}[${PYTHON_USEDEP}] dev-python/twisted-core dev-python/twisted-conch dev-python/twisted-web |