From df79ae4ddf8fc73aa6de4fca9c433264c2ad3ee2 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 1 Aug 2017 10:04:57 +0200 Subject: [PATCH] media-libs/libsoundtouch: Fixed quoting. Package-Manager: Portage-2.3.6, Repoman-2.3.3 Signed-off-by: Lars Wendler --- media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild index f944ef31f0ed..c108d0f9e424 100644 --- a/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-2.0.0.ebuild @@ -38,7 +38,7 @@ multilib_src_configure() { $(use_enable openmp) $(use_enable static-libs static) ) - ECONF_SOURCE=${S} econf "${myeconfargs[@]}" + ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" } multilib_src_compile() { -- 2.26.2