mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
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:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user