Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wvstreams/
Date: Sat, 03 Nov 2018 14:07:45
Message-Id: 1541254038.fdbd3a32ca85509ed35c2e6146f95151e35ed3f6.jer@gentoo
1 commit: fdbd3a32ca85509ed35c2e6146f95151e35ed3f6
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 3 14:07:00 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 14:07:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbd3a32
7
8 net-libs/wvstreams: Quote T
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild | 4 ++--
14 net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild
18 index df4b00f5a85..52d22d3b1ee 100644
19 --- a/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild
20 +++ b/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -62,7 +62,7 @@ src_configure() {
28 $(use_enable debug) \
29 $(use_with dbus) \
30 $(use_with pam) \
31 - --cache-file=${T}/config.cache \
32 + --cache-file="${T}"/config.cache \
33 --disable-optimization \
34 --localstatedir=/var \
35 --with-openssl \
36
37 diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild
38 index 8d33d4bb718..e9caeed7582 100644
39 --- a/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild
40 +++ b/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -63,7 +63,7 @@ src_configure() {
48 $(use_enable debug) \
49 $(use_with dbus) \
50 $(use_with pam) \
51 - --cache-file=${T}/config.cache \
52 + --cache-file="${T}"/config.cache \
53 --disable-optimization \
54 --localstatedir=/var \
55 --with-openssl \