commit: f9b118da965fe1b6c755714e5461a9197a5e0226 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 10 09:40:32 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Jul 10 09:40:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b118da
profiles/base: drop obsolete boost[numpy] masks Fixes have landed upstream and are backported in Gentoo. Closes: https://github.com/gentoo/gentoo/pull/21575 Bug: https://bugs.gentoo.org/733830 Bug: https://bugs.gentoo.org/746740 Bug: https://bugs.gentoo.org/753566 Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: David Seifert <soap <AT> gentoo.org> profiles/base/package.use.stable.mask | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 4cf756030c9..836f3aa1957 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -43,12 +43,6 @@ dev-php/theseer-Autoload test # Cinnamon is not stable on any architecture. x11-themes/arc-theme cinnamon -# Sam James <[email protected]> (2020-10-09) -# Depends on dev-libs/boost[python,numpy], not fully working atm -# bug #733830, bug #746740, bug #753566 -media-gfx/openvdb python numpy -media-libs/openimageio python - # Pacho Ramos <[email protected]> (2020-08-21) # app-text/pandoc is hard to stabilize #737612 sys-apps/earlyoom docs @@ -65,11 +59,6 @@ app-emulation/winetricks test # Dependency (net-wireless/blueman) has no stable keywords mate-base/mate bluetooth -# David Seifert <[email protected]> (2020-03-31) -# Numpy support in Boost.Python is brittle and shouldn't be enabled -# on stable systems or force a stable upgrade. -dev-libs/boost numpy - # Georgy Yakovlev <[email protected]> (2019-12-21) # For bleeding edge features and testing, not generally suitable # for stable systems
