aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-17 17:03:23 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-17 17:03:23 +0100
commita80523d82506b52e0d5e1cdcffbeb621127e6371 (patch)
tree217b3fc951b4a885ff6054a0395f8b8a9daad846
parentx11-libs/kcolorpicker: remove duplicate (diff)
downloadguru-a80523d82506b52e0d5e1cdcffbeb621127e6371.tar.gz
guru-a80523d82506b52e0d5e1cdcffbeb621127e6371.tar.bz2
guru-a80523d82506b52e0d5e1cdcffbeb621127e6371.zip
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>
-rw-r--r--dev-python/geopy/geopy-2.0.0.ebuild8
1 files 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 aabd94715..37a11b5e2 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-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}]