commit: 4b3ffbad63031773ffbc04eff329c6986fb194a3 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Thu Feb 27 19:49:28 2020 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Thu Feb 27 19:52:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3ffbad
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 <AT> gentoo.org> profiles/base/package.use.stable.mask | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 2b4cca26627..12d56e4c5ba 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 <[email protected]> (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 <[email protected]> (2019-12-21) # For bleeding edge features and testing, not generally suitable # for stable systems
