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 6BF81158096 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 7D4C6E0DE6; Thu, 11 Aug 2022 11:13:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 52700E0DE6 for ; Thu, 11 Aug 2022 11:13:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 47590341351 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 58B8255B 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.b8c301d75ff585b2c6278d614d9889e7db5c32aa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libsc/libsc-2.3.1-r1.ebuild sci-libs/libsc/libsc-2.3.3.ebuild X-VCS-Directories: sci-libs/libsc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b8c301d75ff585b2c6278d614d9889e7db5c32aa 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: 6a32e40c-80a6-45a7-975f-1667cf1fff7a X-Archives-Hash: 42fd0812cb6e897a5d79ea29544bbfd0 commit: b8c301d75ff585b2c6278d614d9889e7db5c32aa Author: Sam James gentoo org> AuthorDate: Thu Aug 11 11:03:35 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=b8c301d7 sci-libs/libsc: fix UnquotedVariable Signed-off-by: Sam James gentoo.org> sci-libs/libsc/libsc-2.3.1-r1.ebuild | 4 ++-- sci-libs/libsc/libsc-2.3.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/libsc/libsc-2.3.1-r1.ebuild b/sci-libs/libsc/libsc-2.3.1-r1.ebuild index 667c713b0096..6728d0cadb05 100644 --- a/sci-libs/libsc/libsc-2.3.1-r1.ebuild +++ b/sci-libs/libsc/libsc-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 @@ -55,7 +55,7 @@ src_prepare() { sed -i -e "s/@LUA_IMPL@/${ELUA}/" "${S}"/src/sc_lua.h || die # Inject a version number into the build system - echo "${PV}" > ${S}/.tarball-version || die + echo "${PV}" > "${S}"/.tarball-version || die eautoreconf } diff --git a/sci-libs/libsc/libsc-2.3.3.ebuild b/sci-libs/libsc/libsc-2.3.3.ebuild index 667c713b0096..6728d0cadb05 100644 --- a/sci-libs/libsc/libsc-2.3.3.ebuild +++ b/sci-libs/libsc/libsc-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 @@ -55,7 +55,7 @@ src_prepare() { sed -i -e "s/@LUA_IMPL@/${ELUA}/" "${S}"/src/sc_lua.h || die # Inject a version number into the build system - echo "${PV}" > ${S}/.tarball-version || die + echo "${PV}" > "${S}"/.tarball-version || die eautoreconf }