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

comparison 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
comparison
equal deleted inserted replaced
268:43be7800d5f3 269:0ad22bd2bcb5
136 x-mgcf-golang_setup 136 x-mgcf-golang_setup
137 137
138 # Imports all go dependencies 138 # Imports all go dependencies
139 ebegin "Importing all the sources in ${GOPATH}" 139 ebegin "Importing all the sources in ${GOPATH}"
140 cp -r "${EGO_LIVESTORE_DIR}/src" "${GOPATH}" || die "Unable to copy sources to ${GOPATH}" 140 cp -r "${EGO_LIVESTORE_DIR}/src" "${GOPATH}" || die "Unable to copy sources to ${GOPATH}"
141 eend 141 eend $?
142 142
143 x-mgcf-golang-common_src_prepare 143 x-mgcf-golang-common_src_prepare
144 } 144 }
145 145
146 146