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

Bug 692068

Summary: www-client/elinks: incorrect Python eclass usage
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Felix Janda <felix.janda>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-08-13 11:42:35 UTC
The ebuild inherits python-any-r1 which is correct only for build-time dependency but it includes PYTHON_DEPS in RDEPEND.  This could either mean you're using the wrong eclass or you've accidentally copied PYTHON_DEPS into RDEPEND.  Please determine whether Python is used at runtime and fix.
Comment 1 Larry the Git Cow gentoo-dev 2019-08-29 13:40:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9b06e97d7cada5ac962ae4bf09bf1d60ddf9a2

commit 2f9b06e97d7cada5ac962ae4bf09bf1d60ddf9a2
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-08-29 13:38:03 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-08-29 13:40:39 +0000

    www-client/elinks: Move PYTHON_DEPS to DEPEND
    
    Closes: https://bugs.gentoo.org/692068
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 www-client/elinks/elinks-0.13_pre_pre20180225.ebuild | 8 ++++----
 www-client/elinks/elinks-9999.ebuild                 | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)