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 6027A138239 for ; Sun, 23 Feb 2020 21:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81C5CE084A; Sun, 23 Feb 2020 20:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62DDAE084A for ; Sun, 23 Feb 2020 20:59:59 +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 224C234EF96 for ; Sun, 23 Feb 2020 20:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3ED417 for ; Sun, 23 Feb 2020 20:59:55 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1582491573.bc5298510ea6ea0a2cae843449a06b86dec4adf0.blueness@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_pre17-r1.ebuild net-vpn/tinc/tinc-1.1_pre17.ebuild X-VCS-Directories: net-vpn/tinc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: bc5298510ea6ea0a2cae843449a06b86dec4adf0 X-VCS-Branch: master Date: Sun, 23 Feb 2020 20:59:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40052077-78c1-4e0e-8da4-9b2bb566edfd X-Archives-Hash: 58f11e213caee4d7860be78c663c76a4 commit: bc5298510ea6ea0a2cae843449a06b86dec4adf0 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Feb 23 20:59:33 2020 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Feb 23 20:59:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc529851 net-vpn/tinc: remove dependence on python, bug #709328 Closes: https://bugs.gentoo.org/709328 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Anthony G. Basile gentoo.org> net-vpn/tinc/{tinc-1.1_pre17.ebuild => tinc-1.1_pre17-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-vpn/tinc/tinc-1.1_pre17.ebuild b/net-vpn/tinc/tinc-1.1_pre17-r1.ebuild similarity index 96% rename from net-vpn/tinc/tinc-1.1_pre17.ebuild rename to net-vpn/tinc/tinc-1.1_pre17-r1.ebuild index 589684a694b..e376be94df3 100644 --- a/net-vpn/tinc/tinc-1.1_pre17.ebuild +++ b/net-vpn/tinc/tinc-1.1_pre17-r1.ebuild @@ -6,9 +6,7 @@ EAPI=7 MY_PV=${PV/_/} MY_P=${PN}-${MY_PV} -PYTHON_COMPAT=( python2_7 ) - -inherit autotools python-single-r1 systemd +inherit autotools systemd DESCRIPTION="tinc is an easy to configure VPN implementation" HOMEPAGE="http://www.tinc-vpn.org/"