commit: 3aa070bd33026d3d9e7422e58ae60d3611676d66 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat May 8 12:56:31 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat May 8 12:56:31 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3aa070bd
profiles/package.mask: mask dev-java/netcdf for removal Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index d39812beb..fb07f4d8a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,3 +29,13 @@ ## app-misc/some-package #--- END OF EXAMPLES --- + +# Andrew Ammerlaan <[email protected]> (08 May 2021) +# netcdf(-java) is horribly outdated, it requires dev-java/ehcache which is +# being removed. This ebuild cannot be moved into ::sci because the sources +# are no longer available outside of the Gentoo mirror. Newer versions of +# netcdf-java and ehcache use a maven based build system which currently does +# not work with portage. The only real solution would be to add a netcdf-bin +# package. If you need this software please complain on bugzilla or GitHub. +# Masked for removal when dev-java/ehcache is removed from ::gentoo (~30 days). +dev-java/netcdf
