commit: 78712bd569fa7bac3a7962174836f4e02c4b6997 Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net> AuthorDate: Fri Mar 26 16:17:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 31 11:38:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78712bd5
profiles: unmask examples USE flag for vtk-9 >=sci-libs/vtk-9 ebuild has been fixed to not download files during examples building / testing. Necessary files can be downloaded in advance. Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net> Closes: https://github.com/gentoo/gentoo/pull/15966 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f4a8749c43c..5aead25bf94 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -507,8 +507,10 @@ dev-java/icedtea cacao jamvm # Justin Lecher <[email protected]> (2015-09-22) # Downloads files during installation -# bug #533876 ->=sci-libs/vtk-6.1.0 examples +# https://bugs.gentoo.org/show_bug.cgi?id=533876 +# Bernd Waibel <[email protected]> (2021-03-26) +# Fixed in vtk-9 +<sci-libs/vtk-9 examples # James Le Cuirot <[email protected]> (2015-08-18) # gcc[awt] is only used by gcj-jdk[awt] and that isn't needed by
