Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836080 - media-tv/v4l-dvb-saa716x: uses variables banned in scope (VariableScope)
Summary: media-tv/v4l-dvb-saa716x: 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: Martin Dummer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:40 UTC by Sam James
Modified: 2022-05-24 07:01 UTC (History)
1 user (show)

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:40:10 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope media-tv/v4l-dvb-saa716x
media-tv/v4l-dvb-saa716x
  VariableScope: version 0.0.1_p20170225-r5: variable 'EROOT' used in 'src_compile', line 48
Comment 1 Larry the Git Cow gentoo-dev 2022-05-24 07:01:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67854481c9fbb50ca7ee4393de3f6f2dd26c68e7

commit 67854481c9fbb50ca7ee4393de3f6f2dd26c68e7
Author:     Martin Dummer <martin.dummer@gmx.net>
AuthorDate: 2022-03-27 14:10:04 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-05-24 07:00:33 +0000

    media-tv/v4l-dvb-saa716x: fix pkgcheck VariableScope error
    
    remove use of variable 'EROOT' in 'src_compile'
    EAPI 8
    
    Closes: https://bugs.gentoo.org/836080
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
    Closes: https://github.com/gentoo/gentoo/pull/24778
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20170225-r5.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)