summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-11-03 15:07:00 +0100
committerJeroen Roovers <jer@gentoo.org>2018-11-03 15:07:18 +0100
commitfdbd3a32ca85509ed35c2e6146f95151e35ed3f6 (patch)
tree150ac9b481a876fa807d85949be832ed3b035fd4
parentnet-libs/wvstreams: Add live ebuild (diff)
downloadgentoo-fdbd3a32ca85509ed35c2e6146f95151e35ed3f6.tar.gz
gentoo-fdbd3a32ca85509ed35c2e6146f95151e35ed3f6.tar.bz2
gentoo-fdbd3a32ca85509ed35c2e6146f95151e35ed3f6.zip
net-libs/wvstreams: Quote T
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r--net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild4
-rw-r--r--net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild4
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 df4b00f5a857..52d22d3b1ee3 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 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 \