Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908654 - golang-vcs.eclass inherits eutils but does not use it
Summary: golang-vcs.eclass inherits eutils but does not use it
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-06-17 09:53 UTC by Ulrich Müller
Modified: 2023-06-20 18:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
golang-vcs.eclass: Don't inherit eutils (0001-golang-vcs.eclass-Don-t-inherit-eutils.patch,935 bytes, patch)
2023-06-17 09:53 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2023-06-17 09:53:57 UTC
Created attachment 864021 [details, diff]
golang-vcs.eclass: Don't inherit eutils

Please review attached patch.
Comment 1 Larry the Git Cow gentoo-dev 2023-06-20 18:39:42 UTC
The bug has been closed via the following commit(s):

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

commit a4ee0a6b58f4ce8ce3fac50542c508188d555c07
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2023-06-17 09:45:49 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2023-06-20 18:37:42 +0000

    golang-vcs.eclass: Don't inherit eutils
    
    This was only needed for estack which is also inherited directly.
    None of the ebuilds inheriting golang-vcs needs any eutils feature.
    
    Closes: https://bugs.gentoo.org/908654
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 eclass/golang-vcs.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)