summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-23 22:22:17 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-23 22:59:48 +0200
commit591f2dd5b860a454ba2528adbd47318a8788110d (patch)
treec75c86b0417789aa8176631a3ab133ebd18bb350 /net-misc/openvswitch/openvswitch-2.5.0.ebuild
parentnet-misc/omniORB: [QA] Add missing python metadata variables (diff)
downloadgentoo-591f2dd5b860a454ba2528adbd47318a8788110d.tar.gz
gentoo-591f2dd5b860a454ba2528adbd47318a8788110d.tar.bz2
gentoo-591f2dd5b860a454ba2528adbd47318a8788110d.zip
net-misc/openvswitch: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-misc/openvswitch/openvswitch-2.5.0.ebuild')
-rw-r--r--net-misc/openvswitch/openvswitch-2.5.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
index a426daff267f..7515af50a0e7 100644
--- a/net-misc/openvswitch/openvswitch-2.5.0.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,13 +15,14 @@ LICENSE="Apache-2.0 GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug modules monitor +ssl"
+REQUIRED_USE="monitor? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
|| (
>=sys-apps/openrc-0.10.5
sys-apps/systemd
)
- ssl? ( dev-libs/openssl:= )
+ ssl? ( dev-libs/openssl:0= )
monitor? (
${PYTHON_DEPS}
dev-python/twisted-core