diff options
Diffstat (limited to 'net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild')
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild index 8d33d4bb7186..e9caeed7582e 100644 --- a/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild +++ b/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -63,7 +63,7 @@ src_configure() { $(use_enable debug) \ $(use_with dbus) \ $(use_with pam) \ - --cache-file=${T}/config.cache \ + --cache-file="${T}"/config.cache \ --disable-optimization \ --localstatedir=/var \ --with-openssl \ |