Gentoo Archives: gentoo-commits

From: Samuel Bauer <samuel.bauer@×××××.fr>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/blackvoxel/
Date: Mon, 03 May 2021 20:30:12
Message-Id: 1620073794.6e07b70543852d33b276bea80cfb3d928d7c32ca.samuel.bauer@gentoo
1 commit: 6e07b70543852d33b276bea80cfb3d928d7c32ca
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Mon May 3 20:29:54 2021 +0000
4 Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
5 CommitDate: Mon May 3 20:29:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e07b705
7
8 games-action/blackvoxel-9999: regex rework
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-action/blackvoxel/blackvoxel-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-action/blackvoxel/blackvoxel-9999.ebuild b/games-action/blackvoxel/blackvoxel-9999.ebuild
16 index 2cdbbd8db..f9dc33fc2 100644
17 --- a/games-action/blackvoxel/blackvoxel-9999.ebuild
18 +++ b/games-action/blackvoxel/blackvoxel-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020 Gentoo Authors
21 +# Copyright 2018-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -34,7 +34,7 @@ src_prepare() {
26 -e 's/CFLAGS/CXXFLAGS/g' -e 's/\$(CC)/$(CXX)/' \
27 -e 's/\$(LD)/$(CXX)/' \
28 Makefile || die
29 - sed -i -e 's/\<gcc\>/$(CC)/' -e 's/\<g++\>/$(CXX)/' \
30 + sed -i -e 's/\<gcc\>/$(CC)/' -e 's/\<g++ /$(CXX) /' \
31 -e 's/\<ar\>/$(AR)/' src/sc_Squirrel3/squirrel/Makefile \
32 src/sc_Squirrel3/sqstdlib/Makefile \
33 src/sc_Squirrel3/sq/Makefile || die