diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-06-08 21:43:00 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-16 17:30:30 +0100 |
commit | 8b61c3daf142734f4a3248ea832e754a7921ae44 (patch) | |
tree | 27373fb0714eb163a328fc5d1c1cabdb2e056272 /dev-scheme | |
parent | dev-ruby/sassc: fix unquoted variable ESYSROOT (diff) | |
download | gentoo-8b61c3daf142734f4a3248ea832e754a7921ae44.tar.gz gentoo-8b61c3daf142734f4a3248ea832e754a7921ae44.tar.bz2 gentoo-8b61c3daf142734f4a3248ea832e754a7921ae44.zip |
dev-scheme/kawa: fix unquoted variable WORKDIR
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/kawa/kawa-1.14-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/kawa/kawa-1.14-r2.ebuild b/dev-scheme/kawa/kawa-1.14-r2.ebuild index b4e6737db228..46c2161cc790 100644 --- a/dev-scheme/kawa/kawa-1.14-r2.ebuild +++ b/dev-scheme/kawa/kawa-1.14-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -68,7 +68,7 @@ src_configure() { myconf="${myconf} $(use_with swing)" fi if use xqtests; then - myconf="${myconf} $(use_with xqtests XQTS=${WORKDIR}/${xtestsuite})" + myconf="${myconf} $(use_with xqtests XQTS="${WORKDIR}"/${xtestsuite})" fi if use servlets; then myconf="${myconf} --with-servlet=$(java-pkg_getjar servletapi-2.4 servlet-api.jar)" |