Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsc/
Date: Thu, 11 Aug 2022 11:13:48
Message-Id: 1660216388.b8c301d75ff585b2c6278d614d9889e7db5c32aa.sam@gentoo
1 commit: b8c301d75ff585b2c6278d614d9889e7db5c32aa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 11:03:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 11:13:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c301d7
7
8 sci-libs/libsc: fix UnquotedVariable
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/libsc/libsc-2.3.1-r1.ebuild | 4 ++--
13 sci-libs/libsc/libsc-2.3.3.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-libs/libsc/libsc-2.3.1-r1.ebuild b/sci-libs/libsc/libsc-2.3.1-r1.ebuild
17 index 667c713b0096..6728d0cadb05 100644
18 --- a/sci-libs/libsc/libsc-2.3.1-r1.ebuild
19 +++ b/sci-libs/libsc/libsc-2.3.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -55,7 +55,7 @@ src_prepare() {
27 sed -i -e "s/@LUA_IMPL@/${ELUA}/" "${S}"/src/sc_lua.h || die
28
29 # Inject a version number into the build system
30 - echo "${PV}" > ${S}/.tarball-version || die
31 + echo "${PV}" > "${S}"/.tarball-version || die
32 eautoreconf
33 }
34
35
36 diff --git a/sci-libs/libsc/libsc-2.3.3.ebuild b/sci-libs/libsc/libsc-2.3.3.ebuild
37 index 667c713b0096..6728d0cadb05 100644
38 --- a/sci-libs/libsc/libsc-2.3.3.ebuild
39 +++ b/sci-libs/libsc/libsc-2.3.3.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -55,7 +55,7 @@ src_prepare() {
47 sed -i -e "s/@LUA_IMPL@/${ELUA}/" "${S}"/src/sc_lua.h || die
48
49 # Inject a version number into the build system
50 - echo "${PV}" > ${S}/.tarball-version || die
51 + echo "${PV}" > "${S}"/.tarball-version || die
52 eautoreconf
53 }