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 32CCC13888F for ; Fri, 23 Oct 2015 13:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 417B921C013; Fri, 23 Oct 2015 13:41:48 +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 C3F8D21C013 for ; Fri, 23 Oct 2015 13:41:47 +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 DD1D3340A42 for ; Fri, 23 Oct 2015 13:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63833166B for ; Fri, 23 Oct 2015 13:41:44 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1445607677.b58a3f4c744d7b41e0d771644b3e7dcdf5b5492f.cardoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-manager/virt-manager-9999.ebuild X-VCS-Directories: app-emulation/virt-manager/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: b58a3f4c744d7b41e0d771644b3e7dcdf5b5492f X-VCS-Branch: master Date: Fri, 23 Oct 2015 13:41:44 +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: c7f989b3-fbf3-4de6-aead-7f98c2effaaa X-Archives-Hash: ceac8760d76644d5b969c19e76ccc61e commit: b58a3f4c744d7b41e0d771644b3e7dcdf5b5492f Author: Sam Jorna wraeth id au> AuthorDate: Fri Oct 23 13:29:06 2015 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Fri Oct 23 13:41:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58a3f4c app-emulation/virt-manager: switch from urlgrabber to requests Upstream has switched from urlgrabber to the requests library in the upstream commit 5584863d18b5b0ffed9bb75a4a2cc7b11df8863d. Gentoo-Bug: 563144 app-emulation/virt-manager/virt-manager-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index 1d62901..cc607d8 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -33,7 +33,7 @@ RDEPEND="!app-emulation/virtinst dev-libs/libxml2[python,${PYTHON_USEDEP}] dev-python/ipaddr[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/urlgrabber[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] sys-libs/libosinfo[introspection] gtk? ( x11-libs/gtk+:3[introspection]