Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/rkt/
Date: Thu, 03 Mar 2016 17:03:02
Message-Id: 1457024455.bf791ec60b23dd8b450fe24c5ec8f50f08a85a19.zmedico@gentoo
1 commit: bf791ec60b23dd8b450fe24c5ec8f50f08a85a19
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 17:00:55 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 17:00:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf791ec6
7
8 app-emulation/rkt: use forward-vars for get_lkvm_sources makefile target
9
10 Package-Manager: portage-2.2.27
11
12 app-emulation/rkt/rkt-1.1.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/rkt/rkt-1.1.0.ebuild b/app-emulation/rkt/rkt-1.1.0.ebuild
16 index 76a3b61..309c760 100644
17 --- a/app-emulation/rkt/rkt-1.1.0.ebuild
18 +++ b/app-emulation/rkt/rkt-1.1.0.ebuild
19 @@ -82,9 +82,9 @@ src_prepare() {
20 # disable git fetch of kvmtool
21 sed -e 's|^include makelib/git.mk$|'\
22 'ifneq ($(wildcard $(shell echo "$${WORKDIR}/kvmtool")),)\n\n'\
23 +'$(call forward-vars, get_lkvm_sources, LKVM_SRCDIR)\n'\
24 'get_lkvm_sources: $(LKVM_TMPDIR)\n'\
25 -'\tmv "$${WORKDIR}/kvmtool" "$(_LKVM_SRCDIR)"\n\n'\
26 -'_LKVM_SRCDIR := $(LKVM_SRCDIR)\n\n'\
27 +'\tmv "$${WORKDIR}/kvmtool" "$(LKVM_SRCDIR)"\n\n'\
28 '$(LKVM_PATCH_STAMP): get_lkvm_sources\n\n'\
29 'else\n'\
30 '\t\0\n'\