Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Thu, 27 Feb 2020 19:52:57
Message-Id: 1582833123.4b3ffbad63031773ffbc04eff329c6986fb194a3.grknight@gentoo
1 commit: 4b3ffbad63031773ffbc04eff329c6986fb194a3
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 27 19:49:28 2020 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 27 19:52:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3ffbad
7
8 package.use.stable.mask: Remask 2 packages on PHP 7.4 targets
9
10 dev-php/pecl-yaz would be an issue on arm and hppa
11 Bug 706180 will throw an issue with arm64 for dev-php/pecl-apcu
12
13 Bug: https://bugs.gentoo.org/710942
14 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
15
16 profiles/base/package.use.stable.mask | 10 +++++++++-
17 1 file changed, 9 insertions(+), 1 deletion(-)
18
19 diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask
20 index 2b4cca26627..12d56e4c5ba 100644
21 --- a/profiles/base/package.use.stable.mask
22 +++ b/profiles/base/package.use.stable.mask
23 @@ -1,9 +1,17 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 # This file requires eapi 5 or later. New entries go on top.
29 # Please use the same syntax as in package.use.mask
30
31 +# Brian Evans <grknight@g.o> (2020-02-27)
32 +# Two packages are delayed during stable of PHP 7.4
33 +# arm, arm64 and hppa necessary to not disruput consistency
34 +# but this will allow all other packages to be used
35 +# Bug 706180, 710942
36 +dev-php/pecl-apcu php_targets_php7-4
37 +dev-php/pecl-yaz php_targets_php7-4
38 +
39 # Georgy Yakovlev <gyakovlev@g.o> (2019-12-21)
40 # For bleeding edge features and testing, not generally suitable
41 # for stable systems