summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-03-28 19:18:30 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-03-28 19:22:29 -0500
commit0464db224ac3bde294165ad167406bb8878a56ac (patch)
tree6c520a267d410e00e30fb7d14349bc83fec1e789
parentdev-python/ovs: 2.7.0 stable amd64 and x86 (diff)
downloadgentoo-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
-rw-r--r--net-misc/openvswitch/openvswitch-2.7.0.ebuild4
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