Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836075 - media-sound/ardour: uses variables banned in scope (VariableScope)
Summary: media-sound/ardour: 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: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:39 UTC by Sam James
Modified: 2023-10-03 21:34 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:39:48 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope media-sound/ardour
media-sound/ardour
  VariableScope: version 6.9-r1: variable 'D' used in 'src_configure', line 132
  VariableScope: version 9999: variable 'D' used in 'src_configure', line 132
Comment 1 Larry the Git Cow gentoo-dev 2023-10-03 21:34:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bbe563dd0c86d055dd0244b209f9f3302dd44a

commit 27bbe563dd0c86d055dd0244b209f9f3302dd44a
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2023-10-03 21:32:34 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2023-10-03 21:34:10 +0000

    media-sound/ardour: dropped D variable from src_configure
    
    Closes: https://bugs.gentoo.org/836075
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-sound/ardour/ardour-7.5-r1.ebuild | 1 -
 media-sound/ardour/ardour-9999.ebuild   | 1 -
 2 files changed, 2 deletions(-)