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-analyzer/linkchecker/
Date: Tue, 30 Jul 2019 06:00:57
Message-Id: 1564465188.fa3f15f39bc74b520d0a784bf6c67a13b90212a3.mgorny@gentoo
1 commit: fa3f15f39bc74b520d0a784bf6c67a13b90212a3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 30 05:39:48 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 05:39:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3f15f3
7
8 net-analyzer/linkchecker: Retire virtual/python-dnspython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/linkchecker/linkchecker-9.4.0.ebuild | 2 +-
13 net-analyzer/linkchecker/linkchecker-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/linkchecker/linkchecker-9.4.0.ebuild b/net-analyzer/linkchecker/linkchecker-9.4.0.ebuild
17 index ce086daf5a2..a18fd0556c9 100644
18 --- a/net-analyzer/linkchecker/linkchecker-9.4.0.ebuild
19 +++ b/net-analyzer/linkchecker/linkchecker-9.4.0.ebuild
20 @@ -18,9 +18,9 @@ KEYWORDS="amd64 x86 ~ppc-macos ~x64-solaris"
21 IUSE="sqlite"
22
23 RDEPEND="
24 + dev-python/dnspython[${PYTHON_USEDEP}]
25 dev-python/pyxdg[${PYTHON_USEDEP}]
26 >=dev-python/requests-2.2[${PYTHON_USEDEP}]
27 - virtual/python-dnspython[${PYTHON_USEDEP}]
28 "
29 DEPEND=""
30
31
32 diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild
33 index 528d4f9fc6c..32272ea2e2c 100644
34 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild
35 +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild
36 @@ -19,9 +19,9 @@ KEYWORDS=""
37 IUSE="sqlite"
38
39 RDEPEND="
40 + dev-python/dnspython[${PYTHON_USEDEP}]
41 dev-python/pyxdg[${PYTHON_USEDEP}]
42 >=dev-python/requests-2.4[${PYTHON_USEDEP}]
43 - virtual/python-dnspython[${PYTHON_USEDEP}]
44 "
45 DEPEND=""