Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tinc/
Date: Sun, 23 Feb 2020 21:00:00
Message-Id: 1582491573.bc5298510ea6ea0a2cae843449a06b86dec4adf0.blueness@gentoo
1 commit: bc5298510ea6ea0a2cae843449a06b86dec4adf0
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 23 20:59:33 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 23 20:59:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc529851
7
8 net-vpn/tinc: remove dependence on python, bug #709328
9
10 Closes: https://bugs.gentoo.org/709328
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 net-vpn/tinc/{tinc-1.1_pre17.ebuild => tinc-1.1_pre17-r1.ebuild} | 4 +---
15 1 file changed, 1 insertion(+), 3 deletions(-)
16
17 diff --git a/net-vpn/tinc/tinc-1.1_pre17.ebuild b/net-vpn/tinc/tinc-1.1_pre17-r1.ebuild
18 similarity index 96%
19 rename from net-vpn/tinc/tinc-1.1_pre17.ebuild
20 rename to net-vpn/tinc/tinc-1.1_pre17-r1.ebuild
21 index 589684a694b..e376be94df3 100644
22 --- a/net-vpn/tinc/tinc-1.1_pre17.ebuild
23 +++ b/net-vpn/tinc/tinc-1.1_pre17-r1.ebuild
24 @@ -6,9 +6,7 @@ EAPI=7
25 MY_PV=${PV/_/}
26 MY_P=${PN}-${MY_PV}
27
28 -PYTHON_COMPAT=( python2_7 )
29 -
30 -inherit autotools python-single-r1 systemd
31 +inherit autotools systemd
32
33 DESCRIPTION="tinc is an easy to configure VPN implementation"
34 HOMEPAGE="http://www.tinc-vpn.org/"