From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B6A1D1388BF for ; Mon, 11 Jan 2016 11:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B4C021C036; Mon, 11 Jan 2016 11:32:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1336721C021 for ; Mon, 11 Jan 2016 11:32:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E2083408EC for ; Mon, 11 Jan 2016 11:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21047D24 for ; Mon, 11 Jan 2016 11:32:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1452511937.ff50de50efa4ac6a380fcb5d30ffb242cbd3d115.jlec@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-r1.ebuild X-VCS-Directories: net-analyzer/linkchecker/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ff50de50efa4ac6a380fcb5d30ffb242cbd3d115 X-VCS-Branch: master Date: Mon, 11 Jan 2016 11:32:24 +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: f76f097d-40c0-47c0-9ce8-4ead495ba2f0 X-Archives-Hash: fbc641f30fedf2db21f89e9289089530 commit: ff50de50efa4ac6a380fcb5d30ffb242cbd3d115 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 11 11:19:19 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 11 11:32:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff50de50 net-analyzer/linkchecker: Drop direct dependency on dnspython Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild index 3c62c61..ecd8b4e 100644 --- a/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild +++ b/net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,10 +22,7 @@ KEYWORDS="amd64 x86 ~ppc-macos ~x64-solaris" IUSE="gnome sqlite X" RDEPEND=" - || ( - dev-python/dnspython:0[${PYTHON_USEDEP}] - virtual/python-dnspython[${PYTHON_USEDEP}] - ) + virtual/python-dnspython[${PYTHON_USEDEP}] >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] gnome? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) X? (