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 7B927138334 for ; Tue, 18 Sep 2018 09:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95384E0E4A; Tue, 18 Sep 2018 09:25:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 69AAFE0E4A for ; Tue, 18 Sep 2018 09:25:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B8F2E335CE7 for ; Tue, 18 Sep 2018 09:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8D803D3 for ; Tue, 18 Sep 2018 09:25:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1537262737.bfda18d9ef17058f6a0a1a79210b678f406077a2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/linkchecker/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/linkchecker/linkchecker-9999.ebuild X-VCS-Directories: net-analyzer/linkchecker/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bfda18d9ef17058f6a0a1a79210b678f406077a2 X-VCS-Branch: master Date: Tue, 18 Sep 2018 09:25:40 +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: 69840a89-79c5-4e62-8e1e-b3dd71c0768b X-Archives-Hash: 510e9fcc57dbafde2e21ea29bcb505ab commit: bfda18d9ef17058f6a0a1a79210b678f406077a2 Author: Francesco Turco fastmail fm> AuthorDate: Mon Sep 10 22:12:20 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 18 09:25:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfda18d9 net-analyzer/linkchecker: add missing runtime dependency Closes: https://github.com/gentoo/gentoo/pull/9821 net-analyzer/linkchecker/linkchecker-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/linkchecker/linkchecker-9999.ebuild b/net-analyzer/linkchecker/linkchecker-9999.ebuild index 38439a0d7a1..81a23e9d21b 100644 --- a/net-analyzer/linkchecker/linkchecker-9999.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9999.ebuild @@ -19,6 +19,7 @@ KEYWORDS="" IUSE="gnome sqlite" RDEPEND=" + dev-python/pyxdg[${PYTHON_USEDEP}] virtual/python-dnspython[${PYTHON_USEDEP}] gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) "