commit: a4ee0a6b58f4ce8ce3fac50542c508188d555c07 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jun 17 09:45:49 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jun 20 18:37:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ee0a6b
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 <AT> gentoo.org> eclass/golang-vcs.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/golang-vcs.eclass b/eclass/golang-vcs.eclass index 6f60b6dd3ae0..7558db4776cb 100644 --- a/eclass/golang-vcs.eclass +++ b/eclass/golang-vcs.eclass @@ -20,7 +20,7 @@ esac if [[ -z ${_GOLANG_VCS_ECLASS} ]]; then _GOLANG_VCS_ECLASS=1 -inherit estack eutils golang-base +inherit estack golang-base PROPERTIES+=" live"
