sci-geosciences/geographiclib: remove broken required use

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-04-11 01:53:31 +02:00
parent 5b8435c69f
commit 633184c0ee

View File

@@ -56,9 +56,6 @@ REQUIRED_USE="
geoids? ( || ( ${IUSE_GEOIDS_DATASETS/+/} ) )
gravity? ( || ( ${IUSE_GRAVITY_MODELS/+/} ) )
magnetic? ( || ( ${IUSE_MAGNETIC_MODELS/+/} ) )
!geoids? ( ${IUSE_GEOIDS_DATASETS/geoids/!geoids} )
!gravity? ( ${IUSE_GRAVITY_MODELS/gravity/!gravity} )
!magnetic? ( ${IUSE_MAGNETIC_MODELS/magnetic/!magnetic} )
python? ( ${PYTHON_REQUIRED_USE} )
"