summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-30 12:15:11 +0100
committerJustin Lecher <jlec@gentoo.org>2015-10-30 13:03:49 +0100
commit64a9cd77fe5728ed28533ac6886528d5343f1dd0 (patch)
treef36f9cbe293866b129df512d12f71af334d2efe9 /net-analyzer/linkchecker
parentdev-python/pygments: Backport fix for shell injection (diff)
downloadgentoo-64a9cd77fe5728ed28533ac6886528d5343f1dd0.tar.gz
gentoo-64a9cd77fe5728ed28533ac6886528d5343f1dd0.tar.bz2
gentoo-64a9cd77fe5728ed28533ac6886528d5343f1dd0.zip
net-analyzer/linkchecker: Move to virtual/dnspython
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-analyzer/linkchecker')
-rw-r--r--net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild5
-rw-r--r--net-analyzer/linkchecker/linkchecker-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild
index 8f1219fb881d..a85d6a4b8e4d 100644
--- a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild
+++ b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild
@@ -22,7 +22,10 @@ KEYWORDS="amd64 x86 ~ppc-macos ~x64-solaris"
IUSE="gnome sqlite X"
RDEPEND="
- dev-python/dnspython[${PYTHON_USEDEP}]
+ || (
+ dev-python/dnspython:0[${PYTHON_USEDEP}]
+ virtual/dnspython[${PYTHON_USEDEP}]
+ )
>=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
X? (
diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild
index 7b9129b92e6b..bf7f343fbf46 100644
--- a/net-analyzer/linkchecker/linkchecker-9999.ebuild
+++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -22,7 +22,7 @@ KEYWORDS=""
IUSE="gnome sqlite X"
RDEPEND="
- dev-python/dnspython[${PYTHON_USEDEP}]
+ virtual/dnspython[${PYTHON_USEDEP}]
gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
X? (
dev-python/PyQt4[X,help,${PYTHON_USEDEP}]