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 571FF1382C5 for ; Wed, 9 Jun 2021 15:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45E99E0828; Wed, 9 Jun 2021 15:06:30 +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 2ABBDE0827 for ; Wed, 9 Jun 2021 15:06:30 +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 28DF2340A2B for ; Wed, 9 Jun 2021 15:06:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D36857A5 for ; Wed, 9 Jun 2021 15:06:27 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1623250958.33c1b691d424f32dcd10fbbad50e940bc5247e15.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/geopy/geopy-2.1.0.ebuild X-VCS-Directories: dev-python/geopy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 33c1b691d424f32dcd10fbbad50e940bc5247e15 X-VCS-Branch: master Date: Wed, 9 Jun 2021 15:06:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9bb9ce33-ff7f-4285-a10e-aaa43125dbdb X-Archives-Hash: ea652d3a6ac57c287266c83bf1a61f31 Message-ID: <20210609150627.tjjAZ1l7vrWF6kTzrIGdoxp2N9OpjKD6PQ-SHA9MbVo@z> commit: 33c1b691d424f32dcd10fbbad50e940bc5247e15 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Jun 9 15:02:38 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jun 9 15:02:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33c1b691 dev-python/geopy: depend on the ::gentoo package instead of the removed ::guru version Package-Manager: Portage-3.0.19, Repoman-3.0.3 RepoMan-Options: --force Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/geopy/geopy-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/geopy/geopy-2.1.0.ebuild b/dev-python/geopy/geopy-2.1.0.ebuild index b0e55fb5e..673e67846 100644 --- a/dev-python/geopy/geopy-2.1.0.ebuild +++ b/dev-python/geopy/geopy-2.1.0.ebuild @@ -19,7 +19,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -RDEPEND="dev-python/geographiclib[${PYTHON_USEDEP}]" +RDEPEND="sci-geosciences/GeographicLib[${PYTHON_USEDEP}]" BDEPEND=" test? ( dev-python/async_generator[${PYTHON_USEDEP}]