From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 815ED139694 for ; Sun, 23 Apr 2017 21:01:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0B2421C130; Sun, 23 Apr 2017 21:01:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEFD421C130 for ; Sun, 23 Apr 2017 21:01:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C6FF34169D for ; Sun, 23 Apr 2017 21:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D2CF744D for ; Sun, 23 Apr 2017 21:01:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492981229.801eebdc376cf3109849f573e588d43db98a30c4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tinc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tinc/tinc-1.1_pre14-r3.ebuild X-VCS-Directories: net-vpn/tinc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 801eebdc376cf3109849f573e588d43db98a30c4 X-VCS-Branch: master Date: Sun, 23 Apr 2017 21:01:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 493905c8-c679-4350-bc2a-4297a52f7241 X-Archives-Hash: 23c1f4a88038646c84899faf23bb257b commit: 801eebdc376cf3109849f573e588d43db98a30c4 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 20:38:20 2017 +0000 Commit: David Seifert gentoo 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}"