From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DB3E1382C5 for ; Tue, 30 Jan 2018 23:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 361D7E0ABA; Tue, 30 Jan 2018 23:21:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17C77E0ABA for ; Tue, 30 Jan 2018 23:21:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6507335C6D for ; Tue, 30 Jan 2018 23:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3BC1D9 for ; Tue, 30 Jan 2018 23:21:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1517354464.af1d571a6cbacf7c0628c60318a5302dfb687f8e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/linkchecker/linkchecker-9.3.1-r1.ebuild X-VCS-Directories: net-analyzer/linkchecker/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: af1d571a6cbacf7c0628c60318a5302dfb687f8e X-VCS-Branch: master Date: Tue, 30 Jan 2018 23:21:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7a8754df-2ac4-45b0-bc2a-ebb7ebcccd50 X-Archives-Hash: 05d774bb3a048b8ee51d6c53d23af191 commit: af1d571a6cbacf7c0628c60318a5302dfb687f8e Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 30 23:18:32 2018 +0000 Commit: Andreas Sturmlechner gentoo 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=""