commit: 2417723a2dd56a76e6590e259afd765cf9535630 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Dec 4 21:55:02 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Dec 4 22:01:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2417723a
package.mask: mask newer version of dev-util/intel-graphics-compiler Bug: https://bugs.gentoo.org/827651 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> profiles/package.mask | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/profiles/package.mask b/profiles/package.mask index ed5c07a5f2b2..afc0c8e6feb7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,9 +33,16 @@ #--- END OF EXAMPLES --- +# Conrad Kostecki <[email protected]> (2021-12-04) +# Masking newer versions for both packages, +# as they cannot be compiled due upstream change. +# See bug #827651 for more information. +>=dev-libs/intel-compute-runtime-21.47.21710 +>=dev-util/intel-graphics-compiler-1.0.9389 + # Jonas Stein <[email protected]> (2021-12-01) # Removal on 2022-01-01. -# Disbanded by upstream who sugessted to +# Disbanded by upstream who sugessted to # use nmap instead many years ago. (bug #680546) net-analyzer/amap
