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 <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-02-17 17:03:23 +01:00
parent 7e259d47fe
commit a80523d825

View File

@@ -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-2[python,${PYTHON_USEDEP}]
>=sci-geosciences/GeographicLib-1.49[python,${PYTHON_USEDEP}]
<sci-geosciences/GeographicLib-2
>=sci-geosciences/GeographicLib-1.49
"
BDEPEND="test? (
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]