commit:     591f2dd5b860a454ba2528adbd47318a8788110d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:22:17 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 20:59:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591f2dd5

net-misc/openvswitch: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/openvswitch/openvswitch-1.11.0.ebuild   | 5 +++--
 net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild | 5 +++--
 net-misc/openvswitch/openvswitch-2.1.3.ebuild    | 5 +++--
 net-misc/openvswitch/openvswitch-2.5.0.ebuild    | 5 +++--
 net-misc/openvswitch/openvswitch-2.6.1.ebuild    | 1 +
 net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild | 1 +
 net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild | 1 +
 net-misc/openvswitch/openvswitch-2.7.0.ebuild    | 1 +
 8 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/net-misc/openvswitch/openvswitch-1.11.0.ebuild 
b/net-misc/openvswitch/openvswitch-1.11.0.ebuild
index 29082d3a317..64519609414 100644
--- a/net-misc/openvswitch/openvswitch-1.11.0.ebuild
+++ b/net-misc/openvswitch/openvswitch-1.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,9 +15,10 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug modules monitor +pyside +ssl"
+REQUIRED_USE="monitor? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND=">=sys-apps/openrc-0.10.5
-       ssl? ( dev-libs/openssl )
+       ssl? ( dev-libs/openssl:0= )
        monitor? (
                ${PYTHON_DEPS}
                dev-python/twisted-core[${PYTHON_USEDEP}]

diff --git a/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild 
b/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild
index 87d8e4179e8..518b284b1d3 100644
--- a/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,9 +15,10 @@ 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
-       ssl? ( dev-libs/openssl )
+       ssl? ( dev-libs/openssl:0= )
        monitor? (
                ${PYTHON_DEPS}
                dev-python/twisted-core

diff --git a/net-misc/openvswitch/openvswitch-2.1.3.ebuild 
b/net-misc/openvswitch/openvswitch-2.1.3.ebuild
index 201b5639997..2b86eb940e4 100644
--- a/net-misc/openvswitch/openvswitch-2.1.3.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,9 +15,10 @@ 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
-       ssl? ( dev-libs/openssl )
+       ssl? ( dev-libs/openssl:0= )
        monitor? (
                ${PYTHON_DEPS}
                dev-python/twisted-core

diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild 
b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
index a426daff267..7515af50a0e 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

diff --git a/net-misc/openvswitch/openvswitch-2.6.1.ebuild 
b/net-misc/openvswitch/openvswitch-2.6.1.ebuild
index cca17c75d62..633eafb830f 100644
--- a/net-misc/openvswitch/openvswitch-2.6.1.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.6.1.ebuild
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE="debug modules monitor +ssl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
        || (

diff --git a/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild 
b/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild
index c98f3a1a510..b31520aeff5 100644
--- a/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="debug modules monitor +ssl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
        || (

diff --git a/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild 
b/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild
index 4bcf09a7a4f..98903f09b29 100644
--- a/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="debug modules monitor +ssl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
        || (

diff --git a/net-misc/openvswitch/openvswitch-2.7.0.ebuild 
b/net-misc/openvswitch/openvswitch-2.7.0.ebuild
index 694ea37e210..8121efc668b 100644
--- a/net-misc/openvswitch/openvswitch-2.7.0.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.7.0.ebuild
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE="debug modules monitor +ssl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
        || (

Reply via email to