commit:     cb02ebec944893f1b016a3844a0e7de2a9db4908
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 10:37:42 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 11:25:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb02ebec

games-emulation/nestopia: sync live

This been in 1.51.1 for a while and unfortunately is
still needed in 1.52.0.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-emulation/nestopia/nestopia-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/games-emulation/nestopia/nestopia-9999.ebuild 
b/games-emulation/nestopia/nestopia-9999.ebuild
index c6bdbe0d6fb8..646a1b125a96 100644
--- a/games-emulation/nestopia/nestopia-9999.ebuild
+++ b/games-emulation/nestopia/nestopia-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools xdg
+inherit autotools flag-o-matic xdg
 
 DESCRIPTION="Portable Nintendo Entertainment System emulator written in C++"
 HOMEPAGE="http://0ldsk00l.ca/nestopia/";
@@ -38,5 +38,8 @@ src_prepare() {
 }
 
 src_configure() {
+       # silence the narrowing warnings on clang (#830469)
+       append-cxxflags -Wno-narrowing
+
        econf $(use_enable doc)
 }

Reply via email to