Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692068 - www-client/elinks: incorrect Python eclass usage
Summary: www-client/elinks: incorrect Python eclass usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Felix Janda
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-13 11:42 UTC by Michał Górny
Modified: 2019-08-29 13:40 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 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(-)