diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-02 20:41:23 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-02 20:45:34 +0100 |
commit | 256cdc6ad657e946aeb457280a9cb9df8a839f0f (patch) | |
tree | 7b9e1602e178cedd6eadf3272d65ff5f74b40b21 /games-arcade | |
parent | net-nntp/suck: remove libressl support (diff) | |
download | gentoo-256cdc6ad657e946aeb457280a9cb9df8a839f0f.tar.gz gentoo-256cdc6ad657e946aeb457280a9cb9df8a839f0f.tar.bz2 gentoo-256cdc6ad657e946aeb457280a9cb9df8a839f0f.zip |
games-arcade/holotz-castle: use tool-refixed CXX
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index 16ed5d364bad..202a35dbf6aa 100644 --- a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild +++ b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ PATCHES=( ) src_compile() { - tc-export AR + tc-export AR CXX emake -C JLib emake -C src HC_BASE=/usr/share/${PN}/ } |