commit:     fdbd3a32ca85509ed35c2e6146f95151e35ed3f6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 14:07:00 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 14:07:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbd3a32

net-libs/wvstreams: Quote T

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild | 4 ++--
 net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild 
b/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild
index df4b00f5a85..52d22d3b1ee 100644
--- a/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild
+++ b/net-libs/wvstreams/wvstreams-4.6.1-r4.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
@@ -62,7 +62,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 \

diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild 
b/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild
index 8d33d4bb718..e9caeed7582 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 \

Reply via email to