From: Anthony G. Basile Date: Sun, 23 Feb 2020 20:59:33 +0000 (-0500) Subject: net-vpn/tinc: remove dependence on python, bug #709328 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc5298510ea6ea0a2cae843449a06b86dec4adf0;p=gentoo.git 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 --- 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 589684a694b0..e376be94df30 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/"