Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836036 - app-emulation/vendor-reset: uses variables banned in scope (VariableScope)
Summary: app-emulation/vendor-reset: uses variables banned in scope (VariableScope)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Nick Sarnie
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:36 UTC by Sam James
Modified: 2022-03-27 14:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-26 03:36:46 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope app-emulation/vendor-reset
app-emulation/vendor-reset
  VariableScope: version 0.1.0: variable 'ED' used in 'src_compile', lines 35, 36
  VariableScope: version 9999: variable 'ED' used in 'src_compile', lines 33, 34
Comment 1 Larry the Git Cow gentoo-dev 2022-03-27 14:29:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524d33748a15de98af7c35da79bc8c2608dac818

commit 524d33748a15de98af7c35da79bc8c2608dac818
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2022-03-27 14:28:50 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2022-03-27 14:29:22 +0000

    app-emulation/vendor-reset: Fix src_compile
    
    Closes: https://bugs.gentoo.org/836036
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 app-emulation/vendor-reset/vendor-reset-0.1.0.ebuild | 6 ++----
 app-emulation/vendor-reset/vendor-reset-9999.ebuild  | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)