diff options
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 25 | ||||
-rw-r--r-- | profiles/base/package.use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/base/use.mask | 5 |
3 files changed, 31 insertions, 5 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0555867a1b6f..31123461d8e6 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,26 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans <grknight@gentoo.org> (2021-01-07) +# Block test deps on packages until they can be updated +# Old phpunit does not work with new PHP and last is vulnerable +dev-php/PEAR-Crypt_GPG test +dev-php/PEAR-Text_Wiki_Mediawiki test +dev-php/PEAR-VersionControl_SVN test +dev-php/PHP_CodeSniffer test +dev-php/php-redmine-api test +dev-php/phptal test +dev-php/recaptcha test +dev-php/symfony-config test +dev-php/symfony-event-dispatcher test +dev-php/symfony-filesystem test +dev-php/symfony-finder test + +# Sam James <sam@gentoo.org> (2021-01-04) +# Doc generation is broken, needs gtkdoc-mktmpl (gone from gtk-doc) +# bug #723438 +app-i18n/enca doc + # Andreas Sturmlechner <asturm@gentoo.org> (2021-01-01) # media-video/pipewire:0/0.2 cleanup <dev-libs/weston-9 pipewire @@ -19,10 +39,6 @@ kde-apps/artikulate gstreamer kde-apps/plasma-telepathy-meta gstreamer -# Michał Górny <mgorny@gentoo.org> (2020-12-21) -# LSAN is currently broken (due to new glibc?) -<sys-libs/compiler-rt-sanitizers-12 lsan - # Rick Farina <zerochaos@gentoo.org> (2020-12-21) # This use flag enables code which appears to be broken net-wireless/gr-osmosdr xtrx @@ -373,6 +389,7 @@ dev-python/paramiko server # warned. (Also, works only on x86_64 and with certain CPUs # and compiler/binutils combinations.) sys-libs/glibc cet +sys-devel/gdb cet # Michał Górny <mgorny@gentoo.org> (2018-06-13) # Requires app-arch/snappy[static-libs] that is no longer available. diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 017341f97c17..4065a7678029 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Brian Evans <grknight@gentoo.org> (2021-01-07) +# temporarily block tests so that bugs can be resolved +dev-php/theseer-Autoload test + # Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2020-12-25) # Packages needing stable slotted Lua. >=app-i18n/fcitx-4.2.9.8:4 lua diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 827877fa3090..11e7560900e2 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans <grknight@gentoo.org> (2021-01-07) +# PHP 7.2 is security vulnerable and end-of-life +# Please upgrade to a newer slot +php_targets_php7-2 +php7-2 # Michał Górny <mgorny@gentoo.org> (2021-01-01) # The support for python3.6 target in Gentoo is discontinued. |