From a80523d82506b52e0d5e1cdcffbeb621127e6371 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 17 Feb 2021 17:03:23 +0100 Subject: [PATCH] dev-python/geopy: fix dep on GeographicLib drop x86, a bit unfortunate but there is no other option Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- dev-python/geopy/geopy-2.0.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/geopy/geopy-2.0.0.ebuild b/dev-python/geopy/geopy-2.0.0.ebuild index aabd947157..37a11b5e22 100644 --- a/dev-python/geopy/geopy-2.0.0.ebuild +++ b/dev-python/geopy/geopy-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -17,11 +17,11 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" - =sci-geosciences/GeographicLib-1.49[python,${PYTHON_USEDEP}] + =sci-geosciences/GeographicLib-1.49 " BDEPEND="test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}]