diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:33:30 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 11:54:09 +0100 |
commit | 32100e32a0b211f4ec778cb4908e45585e29a36b (patch) | |
tree | baec9c92be2ad66cb79d6ca164918279fdda0077 /net-analyzer/linkchecker | |
parent | www-servers/tornado: Version Bump (diff) | |
download | gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.tar.gz gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.tar.bz2 gentoo-32100e32a0b211f4ec778cb4908e45585e29a36b.zip |
Sanitize virtual namespace of python packages
Rename virtual/MODULE to virtual/python-MODULE
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-analyzer/linkchecker')
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/linkchecker/linkchecker-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild index a85d6a4b8e4d..3c62c61da0a1 100644 --- a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild @@ -24,7 +24,7 @@ IUSE="gnome sqlite X" RDEPEND=" || ( dev-python/dnspython:0[${PYTHON_USEDEP}] - virtual/dnspython[${PYTHON_USEDEP}] + virtual/python-dnspython[${PYTHON_USEDEP}] ) >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild index bf7f343fbf46..01653b19b942 100644 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild @@ -22,7 +22,7 @@ KEYWORDS="" IUSE="gnome sqlite X" RDEPEND=" - virtual/dnspython[${PYTHON_USEDEP}] + virtual/python-dnspython[${PYTHON_USEDEP}] gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) X? ( dev-python/PyQt4[X,help,${PYTHON_USEDEP}] |