diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 22:23:55 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 22:59:53 +0200 |
commit | e432f1dba89cc7cfecf7bfcfd5aaf948ba1bf9f6 (patch) | |
tree | ea222d6b39d73c63c132856eec15d86f33a0cf6b /net-misc/vde | |
parent | net-misc/openvswitch: [QA] Add missing python metadata variables (diff) | |
download | gentoo-e432f1dba89cc7cfecf7bfcfd5aaf948ba1bf9f6.tar.gz gentoo-e432f1dba89cc7cfecf7bfcfd5aaf948ba1bf9f6.tar.bz2 gentoo-e432f1dba89cc7cfecf7bfcfd5aaf948ba1bf9f6.zip |
net-misc/vde: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-misc/vde')
-rw-r--r-- | net-misc/vde/vde-2.3.2-r2.ebuild | 5 | ||||
-rw-r--r-- | net-misc/vde/vde-2.3.2-r3.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/vde/vde-2.3.2-r2.ebuild b/net-misc/vde/vde-2.3.2-r2.ebuild index bd9e4ea321fd..762afa688bb8 100644 --- a/net-misc/vde/vde-2.3.2-r2.ebuild +++ b/net-misc/vde/vde-2.3.2-r2.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) + inherit eutils python-single-r1 user MY_P="${PN}2-${PV}" @@ -15,8 +16,8 @@ HOMEPAGE="http://vde.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86" - IUSE="pcap python selinux ssl static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMON_DEPS="pcap? ( net-libs/libpcap ) python? ( ${PYTHON_DEPS} ) diff --git a/net-misc/vde/vde-2.3.2-r3.ebuild b/net-misc/vde/vde-2.3.2-r3.ebuild index f2ebc5ecea5b..ad94a85abaf2 100644 --- a/net-misc/vde/vde-2.3.2-r3.ebuild +++ b/net-misc/vde/vde-2.3.2-r3.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) + inherit eutils python-single-r1 user MY_P="${PN}2-${PV}" @@ -15,8 +16,8 @@ HOMEPAGE="http://vde.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - IUSE="pcap python selinux ssl libressl static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMON_DEPS="pcap? ( net-libs/libpcap ) python? ( ${PYTHON_DEPS} ) |