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}]