commit: 1ff2a7c47139ede296cf89ceba629f17b865ff27 Author: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail <DOT> com> AuthorDate: Fri Mar 28 10:52:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 28 15:04:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff2a7c4
flag-o-matic.eclass: allow -gz=type -gz for producing compressed debug sections is already allowed; this change permits -gz with an explicit type specifier (e.g., zlib or zstd). Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/41341 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/flag-o-matic.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 9590192bb1f4..4765809e9118 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -77,7 +77,7 @@ _setup-allowed-flags() { -ggdb '-ggdb[0-9]' -gdwarf '-gdwarf-*' -gstabs -gstabs+ - -gz + -gz '-gz=*' -glldb '-fdebug-default-version=*'
