Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/
Date: Tue, 30 Jul 2019 06:01:03
Message-Id: 1564465191.5681257377efc3db93e161a9a9fe48a4b21ee59b.mgorny@gentoo
1 commit: 5681257377efc3db93e161a9a9fe48a4b21ee59b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 30 05:39:51 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 05:39:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56812573
7
8 net-dns/hash-slinger: Retire virtual/python-dnspython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild | 2 +-
13 net-dns/hash-slinger/hash-slinger-2.7.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild b/net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild
17 index a73f7bc1f8d..a2ff821691b 100644
18 --- a/net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild
19 +++ b/net-dns/hash-slinger/hash-slinger-2.6-r1.ebuild
20 @@ -21,10 +21,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
21 DEPEND=""
22 RDEPEND="
23 ${PYTHON_DEPS}
24 + dev-python/dnspython[$PYTHON_USEDEP]
25 dev-python/ipaddr[$PYTHON_USEDEP]
26 dev-python/m2crypto[$PYTHON_USEDEP]
27 net-dns/unbound[python,$PYTHON_USEDEP]
28 - virtual/python-dnspython[$PYTHON_USEDEP]
29 ipsec? ( net-vpn/libreswan[dnssec] )
30 openpgp? ( dev-python/python-gnupg[$PYTHON_USEDEP] )
31 ssh? ( net-misc/openssh )
32
33 diff --git a/net-dns/hash-slinger/hash-slinger-2.7.ebuild b/net-dns/hash-slinger/hash-slinger-2.7.ebuild
34 index a73f7bc1f8d..a2ff821691b 100644
35 --- a/net-dns/hash-slinger/hash-slinger-2.7.ebuild
36 +++ b/net-dns/hash-slinger/hash-slinger-2.7.ebuild
37 @@ -21,10 +21,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
38 DEPEND=""
39 RDEPEND="
40 ${PYTHON_DEPS}
41 + dev-python/dnspython[$PYTHON_USEDEP]
42 dev-python/ipaddr[$PYTHON_USEDEP]
43 dev-python/m2crypto[$PYTHON_USEDEP]
44 net-dns/unbound[python,$PYTHON_USEDEP]
45 - virtual/python-dnspython[$PYTHON_USEDEP]
46 ipsec? ( net-vpn/libreswan[dnssec] )
47 openpgp? ( dev-python/python-gnupg[$PYTHON_USEDEP] )
48 ssh? ( net-misc/openssh )