Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/holotz-castle/
Date: Sun, 02 May 2021 19:45:42
Message-Id: 1619984734.256cdc6ad657e946aeb457280a9cb9df8a839f0f.slyfox@gentoo
1 commit: 256cdc6ad657e946aeb457280a9cb9df8a839f0f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 19:41:23 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:45:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256cdc6a
7
8 games-arcade/holotz-castle: use tool-refixed CXX
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
17 index 16ed5d364ba..202a35dbf6a 100644
18 --- a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
19 +++ b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -32,7 +32,7 @@ PATCHES=(
27 )
28
29 src_compile() {
30 - tc-export AR
31 + tc-export AR CXX
32 emake -C JLib
33 emake -C src HC_BASE=/usr/share/${PN}/
34 }