diff options
author | Sam James <sam@gentoo.org> | 2022-08-11 12:04:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-11 12:13:08 +0100 |
commit | 2d37afbbe19e4c4eef461bf22380d9e3f6142c04 (patch) | |
tree | 5d9423998cc19b62137d9029d66eab65c812b6f8 /sci-libs/p4est | |
parent | sci-libs/libsc: fix UnquotedVariable (diff) | |
download | gentoo-2d37afbbe19e4c4eef461bf22380d9e3f6142c04.tar.gz gentoo-2d37afbbe19e4c4eef461bf22380d9e3f6142c04.tar.bz2 gentoo-2d37afbbe19e4c4eef461bf22380d9e3f6142c04.zip |
sci-libs/p4est: fix UnquotedVariable
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/p4est')
-rw-r--r-- | sci-libs/p4est/p4est-2.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/p4est/p4est-2.3.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/p4est/p4est-2.3.1-r1.ebuild b/sci-libs/p4est/p4est-2.3.1-r1.ebuild index c7756fee11c5..0d1041be0bd0 100644 --- a/sci-libs/p4est/p4est-2.3.1-r1.ebuild +++ b/sci-libs/p4est/p4est-2.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -63,7 +63,7 @@ src_prepare() { fi # Inject a version number into the build system - echo "${PV}" > ${S}/.tarball-version + echo "${PV}" > "${S}"/.tarball-version AT_M4DIR="${WORKDIR}/${P}/config ${WORKDIR}/${P}/sc/config" eautoreconf diff --git a/sci-libs/p4est/p4est-2.3.3.ebuild b/sci-libs/p4est/p4est-2.3.3.ebuild index c7756fee11c5..0d1041be0bd0 100644 --- a/sci-libs/p4est/p4est-2.3.3.ebuild +++ b/sci-libs/p4est/p4est-2.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -63,7 +63,7 @@ src_prepare() { fi # Inject a version number into the build system - echo "${PV}" > ${S}/.tarball-version + echo "${PV}" > "${S}"/.tarball-version AT_M4DIR="${WORKDIR}/${P}/config ${WORKDIR}/${P}/sc/config" eautoreconf |