summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-01-20 16:13:14 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-01-20 16:13:42 +0200
commitea7006327a07e4d6e5b91a1f3865d34af22c7967 (patch)
tree8c6c9c0fc89b3661bb3194c0240b5e5c7c13587a /app-emulation/crun
parentapp-emulation/crun: Drop 0.14.1 (diff)
downloadgentoo-ea7006327a07e4d6e5b91a1f3865d34af22c7967.tar.gz
gentoo-ea7006327a07e4d6e5b91a1f3865d34af22c7967.tar.bz2
gentoo-ea7006327a07e4d6e5b91a1f3865d34af22c7967.zip
app-emulation/crun: clean econf array in 0.16
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation/crun')
-rw-r--r--app-emulation/crun/crun-0.16.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/crun/crun-0.16.ebuild b/app-emulation/crun/crun-0.16.ebuild
index d61c071d12c5..202be5b0a53f 100644
--- a/app-emulation/crun/crun-0.16.ebuild
+++ b/app-emulation/crun/crun-0.16.ebuild
@@ -38,11 +38,11 @@ DOCS=( README.md )
src_configure() {
local myeconfargs=(
- $(use_enable bpf) \
- $(use_enable caps) \
- $(use_enable criu) \
- $(use_enable seccomp) \
- $(use_enable systemd) \
+ $(use_enable bpf)
+ $(use_enable caps)
+ $(use_enable criu)
+ $(use_enable seccomp)
+ $(use_enable systemd)
$(usex static-libs '--enable-shared --enable-static' '--enable-shared --disable-static' '' '')
)