commit: b8c301d75ff585b2c6278d614d9889e7db5c32aa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 11:03:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
}