commit: bb99c571a3f0c15a69a586b85832f5d5b115718c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 19 23:24:25 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Mar 22 08:57:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb99c571
profiles/arch/sparc: mask sys-apps/grep[static] for now dev-libs/libsigsegv lacks USE=static-libs and there's really no pressing need to add it for now. Let's just disable USE=static for grep on sparc for the time being. Bug: https://bugs.gentoo.org/768135 Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20012 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> profiles/arch/sparc/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index fa0a7cfb7c6..f50e6b5c81c 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,15 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-03-19) +# On sparc, we have to force sys-apps/grep[libsigsegv] +# for accurate stack overflow handling. dev-libs/libsigsegv +# lacks USE=static-libs, so for now, this means we can't +# build a static grep on sparc. +# No real pressing need to add it. +# bug #768135 +sys-apps/grep static + # Miroslav Ć ulc <[email protected]> (2021-03-13) # virtual/jdk isn't keyworded here media-libs/rubberband jni
