Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 836039

Summary: app-misc/qcma: uses variables banned in scope (VariableScope)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Vadim A. Misbakh-Soloviov (mva) <mva>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://github.com/gentoo/gentoo/pull/24923
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 775191    

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(-)