diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-09-16 09:32:48 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-09-16 09:32:48 +0100 |
commit | 9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch) | |
tree | b690ddc0ca30f1472887edbb0b8313629bfcbbb2 /profiles/base | |
parent | b17a3ef12038de50228bade1f05502c74e135321 (diff) |
gentoo resync : 16.09.2020
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 6 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 18 | ||||
-rw-r--r-- | profiles/base/package.use.stable.mask | 7 | ||||
-rw-r--r-- | profiles/base/use.stable.mask | 1 |
4 files changed, 22 insertions, 10 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index ebcbbe0ad388..f2b15dd9a7eb 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -101,8 +101,8 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses te # Manuel Rüger <mrueg@gentoo.org> (2015-09-09) # Default Ruby build target(s) -# Updated to include ruby25 on 2019-07-17 -RUBY_TARGETS="ruby25" +# Updated to include ruby26 on 2020-09-14 +RUBY_TARGETS="ruby25 ruby26" # Enable extended filesystem attribute support by default. # https://archives.gentoo.org/gentoo-dev/message/ba0e3457e4b807e79816f0df03566af0 @@ -166,7 +166,7 @@ POSTGRES_TARGETS="postgres10 postgres11" # Moreover, it should only contain targets that have a stable version # of PHP, to avoid pulling in an unstable PHP on stable systems. # -PHP_TARGETS="php7-2 php7-3" +PHP_TARGETS="php7-2 php7-3 php7-4" # Alfredo Tupone <tupone@gentoo.org> (2019-09-03) # diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 50fc3f1b8873..0a5debe1fa7d 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,24 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <mgorny@gentoo.org> (2020-09-09) +# The respective dependencies are masked for removal. +media-plugins/mythplugins mythnetvision +sci-physics/thepeg rivet +sys-apps/dstat wifi +sys-cluster/drbd-utils heartbeat +sys-cluster/pacemaker heartbeat + +# Michał Górny <mgorny@gentoo.org> (2020-09-09) +# The respective dependencies are masked for removal. +app-metrics/collectd collectd_plugins_gmond +app-metrics/collectd collectd_plugins_onewire +sci-libs/dealii gmsh + +# Stephan Hartmann <sultan@gentoo.org> (2020-09-06) +# Causes seccomp sandbox violation or chromium might hang on startup. +>=www-client/chromium-87 wayland + # Michał Górny <mgorny@gentoo.org> (2020-08-22) # These flags depend on dev-python/pygtk that is masked for removal. app-mobilephone/sobexsrv gtk diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 53684cd65691..6cb7ba9f2616 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -8,11 +8,6 @@ # app-text/pandoc is hard to stabilize #737612 sys-apps/earlyoom docs -# Andreas Sturmlechner <asturm@gentoo.org> (2020-08-03) -# dev-qt/qtquicktimeline-5.15.0 not yet stable, bug 711120 -# dev-libs/libclangformat-ide not stable and unclear maintainer, bug 711120 ->=dev-qt/qt-creator-4.12 clang qmldesigner - # Andreas Sturmlechner <asturm@gentoo.org> (2020-06-06) # dev-python/wxpython:4.0 w/ py3 is not stable, bug #714566 dev-python/matplotlib wxwidgets @@ -42,7 +37,7 @@ dev-lang/rust miri nightly parallel-compiler system-bootstrap # Andreas Sturmlechner <asturm@gentoo.org> (2019-12-18) # Neither sys-apps/bolt nor kde-plasma/plasma-thunderbolt are stable -kde-plasma/plasma-meta thunderbolt +<kde-plasma/plasma-meta-5.19 thunderbolt # Andreas Sturmlechner <asturm@gentoo.org> (2019-12-09) # Declared experimental, and dev-cpp/websocketpp not stable yet diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 81ece61c1376..ac34603f8ed6 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -20,5 +20,4 @@ python_single_target_pypy3 # Hans de Graaff <graaff@gentoo.org> (2019-12-26) # Currently in testing and not ready to go stable yet. -ruby_targets_ruby26 ruby_targets_ruby27 |