commit:     801eebdc376cf3109849f573e588d43db98a30c4
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:38:20 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 21:00:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801eebdc

net-vpn/tinc: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-vpn/tinc/tinc-1.1_pre14-r3.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-vpn/tinc/tinc-1.1_pre14-r3.ebuild 
b/net-vpn/tinc/tinc-1.1_pre14-r3.ebuild
index ccc843d8305..5403ce866a1 100644
--- a/net-vpn/tinc/tinc-1.1_pre14-r3.ebuild
+++ b/net-vpn/tinc/tinc-1.1_pre14-r3.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="6"
@@ -7,7 +7,8 @@ MY_PV=${PV/_/}
 MY_P=${PN}-${MY_PV}
 
 PYTHON_COMPAT=( python2_7 )
-inherit eutils multilib python-any-r1
+
+inherit eutils multilib python-single-r1
 
 DESCRIPTION="tinc is an easy to configure VPN implementation"
 HOMEPAGE="http://www.tinc-vpn.org/";
@@ -24,8 +25,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="+lzo +ncurses gui libressl +readline +ssl uml vde upnp +zlib"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
+       ${PYTHON_DEPS}
+       gui? ( dev-python/wxpython:3.0[${PYTHON_USEDEP}] )
        ssl? (
                !libressl? ( dev-libs/openssl:0= )
                libressl? ( dev-libs/libressl:0= )
@@ -36,11 +40,7 @@ DEPEND="
        upnp? ( net-libs/miniupnpc )
        zlib? ( sys-libs/zlib )"
 RDEPEND="${DEPEND}
-       vde? ( net-misc/vde )
-       ${PYTHON_DEPS}
-       gui? ( $(python_gen_any_dep '
-       dev-python/wxpython[${PYTHON_USEDEP}]
-       ') )"
+       vde? ( net-misc/vde )"
 
 S="${WORKDIR}/${MY_P}"
 

Reply via email to