diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 22:22:17 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 22:59:48 +0200 |
commit | 591f2dd5b860a454ba2528adbd47318a8788110d (patch) | |
tree | c75c86b0417789aa8176631a3ab133ebd18bb350 /net-misc/openvswitch | |
parent | net-misc/omniORB: [QA] Add missing python metadata variables (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/openvswitch/openvswitch-1.11.0.ebuild | 5 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.0.0-r3.ebuild | 5 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.1.3.ebuild | 5 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.5.0.ebuild | 5 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.6.1.ebuild | 1 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.7.0-r1.ebuild | 1 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.7.0-r2.ebuild | 1 | ||||
-rw-r--r-- | 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 29082d3a3175..645196094140 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 87d8e4179e8e..518b284b1d3c 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 201b5639997d..2b86eb940e48 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 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 diff --git a/net-misc/openvswitch/openvswitch-2.6.1.ebuild b/net-misc/openvswitch/openvswitch-2.6.1.ebuild index cca17c75d62e..633eafb830f2 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 c98f3a1a5104..b31520aeff5f 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 4bcf09a7a4f6..98903f09b296 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 694ea37e210a..8121efc668b4 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=" || ( |