net-vpn/tinc: remove dependence on python, bug #709328
authorAnthony G. Basile <blueness@gentoo.org>
Sun, 23 Feb 2020 20:59:33 +0000 (15:59 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sun, 23 Feb 2020 20:59:33 +0000 (15:59 -0500)
Closes: https://bugs.gentoo.org/709328
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
net-vpn/tinc/tinc-1.1_pre17-r1.ebuild [moved from net-vpn/tinc/tinc-1.1_pre17.ebuild with 96% similarity]

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 589684a694b0bffde123e96874a157740dfe1dbd..e376be94df302d3d4211135a3961e2aa2fda43c7 100644 (file)
@@ -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/"