From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FD27158095 for ; Thu, 11 Aug 2022 11:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A506E0DEB; Thu, 11 Aug 2022 11:13:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BA56E0DEB for ; Thu, 11 Aug 2022 11:13:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31A04341040 for ; Thu, 11 Aug 2022 11:13:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BC3C569 for ; Thu, 11 Aug 2022 11:13:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660216388.2d37afbbe19e4c4eef461bf22380d9e3f6142c04.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/p4est/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/p4est/p4est-2.3.1-r1.ebuild sci-libs/p4est/p4est-2.3.3.ebuild X-VCS-Directories: sci-libs/p4est/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d37afbbe19e4c4eef461bf22380d9e3f6142c04 X-VCS-Branch: master Date: Thu, 11 Aug 2022 11:13:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1b26e485-770c-47f3-93df-f412f3ac60a3 X-Archives-Hash: 2a704ad9a34f9a313e453499b43fc1d3 commit: 2d37afbbe19e4c4eef461bf22380d9e3f6142c04 Author: Sam James gentoo org> AuthorDate: Thu Aug 11 11:04:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 11 11:13:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d37afbb sci-libs/p4est: fix UnquotedVariable Signed-off-by: Sam James gentoo.org> 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(-) 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