From: Lars Wendler Date: Tue, 1 Aug 2017 08:04:57 +0000 (+0200) Subject: media-libs/libsoundtouch: Fixed quoting. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=df79ae4ddf8fc73aa6de4fca9c433264c2ad3ee2;p=gentoo.git media-libs/libsoundtouch: Fixed quoting. Package-Manager: Portage-2.3.6, Repoman-2.3.3 Signed-off-by: Lars Wendler --- 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() {