commit: af1d571a6cbacf7c0628c60318a5302dfb687f8e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 23:18:32 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 23:21:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1d571a
net-analyzer/linkchecker: Sort RDEPENDs
Package-Manager: Portage-2.3.21, Repoman-2.3.6
net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild
b/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild
index 9fc75eb9eff..77b392d670e 100644
--- a/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild
+++ b/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild
@@ -18,8 +18,8 @@ KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-solaris"
IUSE="gnome sqlite"
RDEPEND="
- virtual/python-dnspython[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
+ virtual/python-dnspython[${PYTHON_USEDEP}]
gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
"
DEPEND=""