diff options
Diffstat (limited to 'net-vpn/tinc/tinc-1.1_pre14-r3.ebuild')
-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}" |