diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-02-23 15:59:33 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-02-23 15:59:33 -0500 |
commit | bc5298510ea6ea0a2cae843449a06b86dec4adf0 (patch) | |
tree | 861825e6b5c224eb819b0d48afb659f40873e8d4 /net-vpn | |
parent | net-libs/nodejs: Update patch for paxmarkings Bug:710596 (diff) | |
download | gentoo-bc5298510ea6ea0a2cae843449a06b86dec4adf0.tar.gz gentoo-bc5298510ea6ea0a2cae843449a06b86dec4adf0.tar.bz2 gentoo-bc5298510ea6ea0a2cae843449a06b86dec4adf0.zip |
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>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tinc/tinc-1.1_pre17-r1.ebuild (renamed from net-vpn/tinc/tinc-1.1_pre17.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-vpn/tinc/tinc-1.1_pre17.ebuild b/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/" |