Files
Ionen Wolkens d12ea48641 dev-qt/qtbase: use declare -g even if unneeded
Here it doesn't matter whether the variable is global or local given
it's only used within the current scope (could even be unset after)
-- but we're moving toward banning declare without -g to avoid mistakes
in general given whether it is local or global is otherwise undefined
behaviour depending on the PM implementation.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2026-04-28 07:36:55 -04:00
..