We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

diff eclass/x-mgcf-golang-live.eclass @ 269:0ad22bd2bcb5

[sync] imported 0868af3..2baaee6 from upstream commit 2baaee6bc3835b930d1e3f537b3d937780ce90c6 Author: Daniel Neugebauer <dneuge@energiequant.de> Date: Thu Mar 13 22:24:16 2025 +0100 fix old go eclass compatibility
author Migration Sync <gentoo-overlay@megacoffee.net>
date Thu, 13 Mar 2025 21:30:01 +0000
parents 0685ed0fb913
children
line wrap: on
line diff
--- a/eclass/x-mgcf-golang-live.eclass	Thu Jan 02 12:15:01 2025 +0000
+++ b/eclass/x-mgcf-golang-live.eclass	Thu Mar 13 21:30:01 2025 +0000
@@ -138,7 +138,7 @@
 	# Imports all go dependencies
 	ebegin "Importing all the sources in ${GOPATH}"
 		cp -r "${EGO_LIVESTORE_DIR}/src" "${GOPATH}" || die "Unable to copy sources to ${GOPATH}"
-	eend
+	eend $?
 
 	x-mgcf-golang-common_src_prepare
 }