net-misc/vde: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 20:23:55 +0000 (22:23 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 20:59:53 +0000 (22:59 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

net-misc/vde/vde-2.3.2-r2.ebuild
net-misc/vde/vde-2.3.2-r3.ebuild

index bd9e4ea321fd44765f3c0a094596298caa301315..762afa688bb83e68d74ff554a1669418d32eb41f 100644 (file)
@@ -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} )
index f2ebc5ecea5ba43074a5f30445c9a79b601fd67d..ad94a85abaf2d16f24c831bd136ac284424d2742 100644 (file)
@@ -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} )