diff options
author | Brian Evans <grknight@gentoo.org> | 2020-02-27 14:49:28 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-02-27 14:52:03 -0500 |
commit | 4b3ffbad63031773ffbc04eff329c6986fb194a3 (patch) | |
tree | 39151d32a5caa09eec08e5658b5484bb9f5d51e0 /profiles | |
parent | use.stable.mask: Remove mask for PHP 7.4 target (diff) | |
download | gentoo-4b3ffbad63031773ffbc04eff329c6986fb194a3.tar.gz gentoo-4b3ffbad63031773ffbc04eff329c6986fb194a3.tar.bz2 gentoo-4b3ffbad63031773ffbc04eff329c6986fb194a3.zip |
package.use.stable.mask: Remask 2 packages on PHP 7.4 targets
dev-php/pecl-yaz would be an issue on arm and hppa
Bug 706180 will throw an issue with arm64 for dev-php/pecl-apcu
Bug: https://bugs.gentoo.org/710942
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.stable.mask | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 2b4cca266277..12d56e4c5ba4 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -1,9 +1,17 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 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> (2020-02-27) +# Two packages are delayed during stable of PHP 7.4 +# arm, arm64 and hppa necessary to not disruput consistency +# but this will allow all other packages to be used +# Bug 706180, 710942 +dev-php/pecl-apcu php_targets_php7-4 +dev-php/pecl-yaz php_targets_php7-4 + # Georgy Yakovlev <gyakovlev@gentoo.org> (2019-12-21) # For bleeding edge features and testing, not generally suitable # for stable systems |