summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-02-11 08:31:07 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2021-02-11 08:31:12 +0000
commitac3d36cd690da35cc3c0b5d9e41574653cd330af (patch)
tree88273305fdd2af572fab9d9c55331622d2c6cf2e /games-puzzle
parentmedia-libs/openjpeg: security cleanup (diff)
downloadgentoo-ac3d36cd690da35cc3c0b5d9e41574653cd330af.tar.gz
gentoo-ac3d36cd690da35cc3c0b5d9e41574653cd330af.tar.bz2
gentoo-ac3d36cd690da35cc3c0b5d9e41574653cd330af.zip
games-puzzle/brainparty: default to gentoo's CXX
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/brainparty/brainparty-0.61-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-puzzle/brainparty/brainparty-0.61-r1.ebuild b/games-puzzle/brainparty/brainparty-0.61-r1.ebuild
index 97d4b35c28aa..fc43bec69a80 100644
--- a/games-puzzle/brainparty/brainparty-0.61-r1.ebuild
+++ b/games-puzzle/brainparty/brainparty-0.61-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="A puzzle-solving, brain-stretching game for all ages"
HOMEPAGE="http://www.tuxradar.com/brainparty"
@@ -42,6 +42,8 @@ src_prepare() {
sed -i \
"/^int main(/ a\\\\tchdir(\"/usr/share/${PN}\");\n" \
main.cpp || die
+
+ tc-export CXX
}
src_install() {