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 <blueness@gentoo.org>
This commit is contained in:
Anthony G. Basile
2020-02-23 15:59:33 -05:00
parent ba5e2dede2
commit bc5298510e

View 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/"