From 6c38e84d36291e1bc9ebf1a924a727cf240f65f3 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 2 May 2020 10:37:53 +0200 Subject: Mark package.use flags as local rather than global. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Martin Väth for the patch. Bug: https://bugs.gentoo.org/549042 Signed-off-by: Ulrich Müller --- Portage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Portage.pm b/Portage.pm index 0815fb2..3b1791e 100644 --- a/Portage.pm +++ b/Portage.pm @@ -938,7 +938,7 @@ sub _read_package_use for my $flag (@flags) { my $state = $flag =~ s/^-// || 0; - _add_temp($flag, "global"); + _add_temp($flag, "local"); _add_temp($flag, $pkg); if ($state) { -- cgit v1.2.3-65-gdbad