From: Zac Medico Date: Thu, 3 Mar 2016 17:00:55 +0000 (-0800) Subject: app-emulation/rkt: use forward-vars for get_lkvm_sources makefile target X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bf791ec60b23dd8b450fe24c5ec8f50f08a85a19;p=gentoo.git app-emulation/rkt: use forward-vars for get_lkvm_sources makefile target Package-Manager: portage-2.2.27 --- diff --git a/app-emulation/rkt/rkt-1.1.0.ebuild b/app-emulation/rkt/rkt-1.1.0.ebuild index 76a3b61801f9..309c760b441c 100644 --- a/app-emulation/rkt/rkt-1.1.0.ebuild +++ b/app-emulation/rkt/rkt-1.1.0.ebuild @@ -82,9 +82,9 @@ src_prepare() { # disable git fetch of kvmtool sed -e 's|^include makelib/git.mk$|'\ 'ifneq ($(wildcard $(shell echo "$${WORKDIR}/kvmtool")),)\n\n'\ +'$(call forward-vars, get_lkvm_sources, LKVM_SRCDIR)\n'\ 'get_lkvm_sources: $(LKVM_TMPDIR)\n'\ -'\tmv "$${WORKDIR}/kvmtool" "$(_LKVM_SRCDIR)"\n\n'\ -'_LKVM_SRCDIR := $(LKVM_SRCDIR)\n\n'\ +'\tmv "$${WORKDIR}/kvmtool" "$(LKVM_SRCDIR)"\n\n'\ '$(LKVM_PATCH_STAMP): get_lkvm_sources\n\n'\ 'else\n'\ '\t\0\n'\