From 2d37afbbe19e4c4eef461bf22380d9e3f6142c04 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 11 Aug 2022 12:04:47 +0100 Subject: sci-libs/p4est: fix UnquotedVariable Signed-off-by: Sam James --- sci-libs/p4est/p4est-2.3.1-r1.ebuild | 4 ++-- sci-libs/p4est/p4est-2.3.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-libs') 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 -- cgit v1.2.3-65-gdbad