Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/p4est/
Date: Thu, 11 Aug 2022 11:13:48
Message-Id: 1660216388.2d37afbbe19e4c4eef461bf22380d9e3f6142c04.sam@gentoo
1 commit: 2d37afbbe19e4c4eef461bf22380d9e3f6142c04
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 11:04:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 11:13:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d37afbb
7
8 sci-libs/p4est: fix UnquotedVariable
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/p4est/p4est-2.3.1-r1.ebuild | 4 ++--
13 sci-libs/p4est/p4est-2.3.3.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-libs/p4est/p4est-2.3.1-r1.ebuild b/sci-libs/p4est/p4est-2.3.1-r1.ebuild
17 index c7756fee11c5..0d1041be0bd0 100644
18 --- a/sci-libs/p4est/p4est-2.3.1-r1.ebuild
19 +++ b/sci-libs/p4est/p4est-2.3.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -63,7 +63,7 @@ src_prepare() {
27 fi
28
29 # Inject a version number into the build system
30 - echo "${PV}" > ${S}/.tarball-version
31 + echo "${PV}" > "${S}"/.tarball-version
32
33 AT_M4DIR="${WORKDIR}/${P}/config ${WORKDIR}/${P}/sc/config"
34 eautoreconf
35
36 diff --git a/sci-libs/p4est/p4est-2.3.3.ebuild b/sci-libs/p4est/p4est-2.3.3.ebuild
37 index c7756fee11c5..0d1041be0bd0 100644
38 --- a/sci-libs/p4est/p4est-2.3.3.ebuild
39 +++ b/sci-libs/p4est/p4est-2.3.3.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -63,7 +63,7 @@ src_prepare() {
47 fi
48
49 # Inject a version number into the build system
50 - echo "${PV}" > ${S}/.tarball-version
51 + echo "${PV}" > "${S}"/.tarball-version
52
53 AT_M4DIR="${WORKDIR}/${P}/config ${WORKDIR}/${P}/sc/config"
54 eautoreconf