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

Bug 836080

Summary: media-tv/v4l-dvb-saa716x: uses variables banned in scope (VariableScope)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Martin Dummer <martin.dummer>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://github.com/gentoo/gentoo/pull/24778
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: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(-)