Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/
Date: Fri, 30 Oct 2015 12:04:17
Message-Id: 1446206629.64a9cd77fe5728ed28533ac6886528d5343f1dd0.jlec@gentoo
1 commit: 64a9cd77fe5728ed28533ac6886528d5343f1dd0
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 11:15:11 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 12:03:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a9cd77
7
8 net-analyzer/linkchecker: Move to virtual/dnspython
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild | 5 ++++-
14 net-analyzer/linkchecker/linkchecker-9999.ebuild | 4 ++--
15 2 files changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild
18 index 8f1219f..a85d6a4 100644
19 --- a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild
20 +++ b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild
21 @@ -22,7 +22,10 @@ KEYWORDS="amd64 x86 ~ppc-macos ~x64-solaris"
22 IUSE="gnome sqlite X"
23
24 RDEPEND="
25 - dev-python/dnspython[${PYTHON_USEDEP}]
26 + || (
27 + dev-python/dnspython:0[${PYTHON_USEDEP}]
28 + virtual/dnspython[${PYTHON_USEDEP}]
29 + )
30 >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
31 gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
32 X? (
33
34 diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild
35 index 7b9129b..bf7f343 100644
36 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild
37 +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2014 Gentoo Foundation
40 +# Copyright 1999-2015 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Id$
43
44 @@ -22,7 +22,7 @@ KEYWORDS=""
45 IUSE="gnome sqlite X"
46
47 RDEPEND="
48 - dev-python/dnspython[${PYTHON_USEDEP}]
49 + virtual/dnspython[${PYTHON_USEDEP}]
50 gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
51 X? (
52 dev-python/PyQt4[X,help,${PYTHON_USEDEP}]