diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 22:38:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 23:00:29 +0200 |
commit | 801eebdc376cf3109849f573e588d43db98a30c4 (patch) | |
tree | a29a644013a8a3fab59e001c4b20b7f6ec4b1d91 /net-vpn | |
parent | net-voip/telepathy-rakia: [QA] Add missing python metadata variables (diff) | |
download | gentoo-801eebdc376cf3109849f573e588d43db98a30c4.tar.gz gentoo-801eebdc376cf3109849f573e588d43db98a30c4.tar.bz2 gentoo-801eebdc376cf3109849f573e588d43db98a30c4.zip |
net-vpn/tinc: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tinc/tinc-1.1_pre14-r3.ebuild | 14 |
1 files 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 ccc843d8305a..5403ce866a12 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}" |