Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/
Date: Tue, 30 Jan 2018 23:21:34
Message-Id: 1517354464.af1d571a6cbacf7c0628c60318a5302dfb687f8e.asturm@gentoo
1 commit: af1d571a6cbacf7c0628c60318a5302dfb687f8e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 23:18:32 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 23:21:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1d571a
7
8 net-analyzer/linkchecker: Sort RDEPENDs
9
10 Package-Manager: Portage-2.3.21, Repoman-2.3.6
11
12 net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild
16 index 9fc75eb9eff..77b392d670e 100644
17 --- a/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild
18 +++ b/net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild
19 @@ -18,8 +18,8 @@ KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-solaris"
20 IUSE="gnome sqlite"
21
22 RDEPEND="
23 - virtual/python-dnspython[${PYTHON_USEDEP}]
24 dev-python/requests[${PYTHON_USEDEP}]
25 + virtual/python-dnspython[${PYTHON_USEDEP}]
26 gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
27 "
28 DEPEND=""