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/
Date: Fri, 07 Jan 2022 18:23:24
Message-Id: 1641579746.5a7ed09366496c125849bd586023d45de96ab3a0.grknight@gentoo
1 commit: 5a7ed09366496c125849bd586023d45de96ab3a0
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 7 18:22:26 2022 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 18:22:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7ed093
7
8 profiles: Mask new dev-php/PHP_Timer
9
10 Causes issues with version of phpunit in the repo, its main consumer
11
12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
13
14 profiles/package.mask | 5 +++++
15 1 file changed, 5 insertions(+)
16
17 diff --git a/profiles/package.mask b/profiles/package.mask
18 index 9c1018928799..31cb2c95d84e 100644
19 --- a/profiles/package.mask
20 +++ b/profiles/package.mask
21 @@ -33,6 +33,11 @@
22
23 #--- END OF EXAMPLES ---
24
25 +# Brian Evans <grknight@g.o> (2022-01-07)
26 +# The main consumer, phpunit, does not initiate the new timer correctly
27 +# This is likely to cause issues in tests; Unmask if using for other purposes
28 +>=dev-php/PHP_Timer-5.0
29 +
30 # Andreas Sturmlechner <asturm@g.o> (2022-01-07)
31 # Unmaintained, cmake warnings, QA notices, weird build error, no revdeps.
32 # Removal on 2022-02-06. Bug #830727