Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836039 - app-misc/qcma: uses variables banned in scope (VariableScope)
Summary: app-misc/qcma: 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: Vadim A. Misbakh-Soloviov (mva)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:36 UTC by Sam James
Modified: 2022-04-06 13:58 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:59 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope app-misc/qcma
app-misc/qcma
  VariableScope: version 0.4.1: variable 'D' used in 'src_configure', line 40
  VariableScope: version 0.4.2_pre20181227: variable 'D' used in 'src_configure', line 42
  VariableScope: version 9999: variable 'D' used in 'src_configure', line 40
Comment 1 Larry the Git Cow gentoo-dev 2022-04-06 13:58:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d673d9ac6bdf5a6380357cef77bfd1ba4e8b01

commit 50d673d9ac6bdf5a6380357cef77bfd1ba4e8b01
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2022-04-05 19:34:52 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-04-06 13:58:08 +0000

    app-misc/qcma: [QA] Fix VariableScope
    
    Closes: https://bugs.gentoo.org/836039
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 app-misc/qcma/qcma-0.4.1-r2.ebuild             | 2 +-
 app-misc/qcma/qcma-0.4.2_pre20181227-r2.ebuild | 2 +-
 app-misc/qcma/qcma-9999.ebuild                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)