commit: 321165b3a887a96014850d6901b3daf138890702 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Wed Apr 8 19:30:03 2020 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Wed Apr 8 19:30:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=321165b3
sci-geosciences/geographiclib: required use negations Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> sci-geosciences/geographiclib/geographiclib-1.50.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-geosciences/geographiclib/geographiclib-1.50.ebuild b/sci-geosciences/geographiclib/geographiclib-1.50.ebuild index 749b3a9..023dc98 100644 --- a/sci-geosciences/geographiclib/geographiclib-1.50.ebuild +++ b/sci-geosciences/geographiclib/geographiclib-1.50.ebuild @@ -57,6 +57,9 @@ REQUIRED_USE=" geoids? ( || ( ${IUSE_GEOIDS_DATASET/+/} ) ) gravity? ( || ( ${IUSE_GRAVITY_MODEL/+/} ) ) magnetic? ( || ( ${IUSE_MAGNETIC_MODEL/+/} ) ) + !geoids? ( ${IUSE_GEOIDS_DATASET/geoids/!geoids} ) + !gravity? ( ${IUSE_GRAVITY_MODEL/gravity/!gravity} ) + !magnetic? ( ${IUSE_MAGNETIC_MODEL/magnetic/!magnetic} ) python? ( ${PYTHON_REQUIRED_USE} ) " @@ -101,8 +104,8 @@ DEPEND=" ${RDEPEND} doc? ( >=app-doc/doxygen-1.8.7 - >=dev-python/sphinx-1.6.3-r2 >=dev-lang/perl-5.26.1-r1 + >=dev-python/sphinx-1.6.3-r2 >=sys-apps/util-linux-2.31 ) "