Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/rkt/
Date: Mon, 29 Feb 2016 18:11:55
Message-Id: 1456769432.b1756af352a58beb43358e22492b7badc673c514.patrick@gentoo
1 commit: b1756af352a58beb43358e22492b7badc673c514
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 18:10:32 2016 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 18:10:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1756af3
7
8 app-emulation/rkt: Whitespace
9
10 Package-Manager: portage-2.2.27
11
12 app-emulation/rkt/rkt-1.1.0.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 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 ce9a5eb..4ae5909 100644
17 --- a/app-emulation/rkt/rkt-1.1.0.ebuild
18 +++ b/app-emulation/rkt/rkt-1.1.0.ebuild
19 @@ -47,9 +47,9 @@ BUILDDIR="build-${P}"
20 STAGE1_DEFAULT_LOCATION="/usr/share/rkt/stage1.aci"
21
22 src_unpack() {
23 - local x
24 - for x in ${A}; do
25 - case ${x} in
26 + local x
27 + for x in ${A}; do
28 + case ${x} in
29 *.img|linux-*) continue ;;
30 kvmtool-*)
31 mkdir kvmtool || die
32 @@ -59,8 +59,8 @@ src_unpack() {
33 ;;
34 *)
35 unpack ${x}
36 - esac
37 - done
38 + esac
39 + done
40 }
41
42 src_prepare() {