commit:     f5f29fa4c1cc82428a0548fcb31c294b943e2e4e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 10 21:03:23 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 21:12:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f29fa4

games-emulation/stella: Respect CXX

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-emulation/stella/stella-5.1.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-emulation/stella/stella-5.1.3.ebuild 
b/games-emulation/stella/stella-5.1.3.ebuild
index 0c579150561..13fede1c797 100644
--- a/games-emulation/stella/stella-5.1.3.ebuild
+++ b/games-emulation/stella/stella-5.1.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit desktop gnome2-utils
+inherit desktop flag-o-matic gnome2-utils
 
 DESCRIPTION="Multi-platform Atari 2600 VCS Emulator"
 HOMEPAGE="https://stella-emu.github.io";
@@ -38,6 +38,7 @@ src_prepare() {
 
 src_configure() {
        # not an autoconf script
+       CXX=$(tc-getCXX) \
        ./configure \
                --prefix="/usr" \
                --bindir="/usr/bin" \

Reply via email to