commit: a382d6347695a5b89d50e29bc233e0a7bc62abcc
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 05:45:46 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 05:45:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a382d634
games-emulation/rmg: add QA_FLAGS_IGNORED to ignore rust-related note
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
games-emulation/rmg/rmg-0.6.5.ebuild | 4 ++++
games-emulation/rmg/rmg-9999.ebuild | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/games-emulation/rmg/rmg-0.6.5.ebuild
b/games-emulation/rmg/rmg-0.6.5.ebuild
index 9e9dc985b7af..d29ae3c72c8d 100644
--- a/games-emulation/rmg/rmg-0.6.5.ebuild
+++ b/games-emulation/rmg/rmg-0.6.5.ebuild
@@ -78,6 +78,10 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.5.6-parallel-rdp-standalone-musl.patch
)
+pkg_setup() {
+
QA_FLAGS_IGNORED="/usr/$(get_libdir)/RMG/Plugin/Input/libmupen64plus_input_gca.so"
+}
+
src_unpack() {
if [[ "${PV}" == *9999 ]] ; then
git-r3_src_unpack
diff --git a/games-emulation/rmg/rmg-9999.ebuild
b/games-emulation/rmg/rmg-9999.ebuild
index 9e9dc985b7af..d29ae3c72c8d 100644
--- a/games-emulation/rmg/rmg-9999.ebuild
+++ b/games-emulation/rmg/rmg-9999.ebuild
@@ -78,6 +78,10 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.5.6-parallel-rdp-standalone-musl.patch
)
+pkg_setup() {
+
QA_FLAGS_IGNORED="/usr/$(get_libdir)/RMG/Plugin/Input/libmupen64plus_input_gca.so"
+}
+
src_unpack() {
if [[ "${PV}" == *9999 ]] ; then
git-r3_src_unpack