diff options
author | 2016-02-29 19:10:32 +0100 | |
---|---|---|
committer | 2016-02-29 19:10:32 +0100 | |
commit | b1756af352a58beb43358e22492b7badc673c514 (patch) | |
tree | 83295093b8f6bcaabfe04e6985c1a4b2e320233a /app-emulation | |
parent | media-sound/puddletag: Do not install README anymore. (diff) | |
download | gentoo-b1756af352a58beb43358e22492b7badc673c514.tar.gz gentoo-b1756af352a58beb43358e22492b7badc673c514.tar.bz2 gentoo-b1756af352a58beb43358e22492b7badc673c514.zip |
app-emulation/rkt: Whitespace
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/rkt/rkt-1.1.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/rkt/rkt-1.1.0.ebuild b/app-emulation/rkt/rkt-1.1.0.ebuild index ce9a5ebb6c7e..4ae5909bdf62 100644 --- a/app-emulation/rkt/rkt-1.1.0.ebuild +++ b/app-emulation/rkt/rkt-1.1.0.ebuild @@ -47,9 +47,9 @@ BUILDDIR="build-${P}" STAGE1_DEFAULT_LOCATION="/usr/share/rkt/stage1.aci" src_unpack() { - local x - for x in ${A}; do - case ${x} in + local x + for x in ${A}; do + case ${x} in *.img|linux-*) continue ;; kvmtool-*) mkdir kvmtool || die @@ -59,8 +59,8 @@ src_unpack() { ;; *) unpack ${x} - esac - done + esac + done } src_prepare() { |