diff options
author | 2024-07-22 08:45:46 +0300 | |
---|---|---|
committer | 2024-07-22 08:45:46 +0300 | |
commit | a382d6347695a5b89d50e29bc233e0a7bc62abcc (patch) | |
tree | ae79a8fc83ee0fc6f03adf83bb883076e89899b5 /games-emulation/rmg | |
parent | profiles: add masks for the dynarec USE for games-emulation/rmg (diff) | |
download | gentoo-a382d6347695a5b89d50e29bc233e0a7bc62abcc.tar.gz gentoo-a382d6347695a5b89d50e29bc233e0a7bc62abcc.tar.bz2 gentoo-a382d6347695a5b89d50e29bc233e0a7bc62abcc.zip |
games-emulation/rmg: add QA_FLAGS_IGNORED to ignore rust-related note
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-emulation/rmg')
-rw-r--r-- | games-emulation/rmg/rmg-0.6.5.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/rmg/rmg-9999.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
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 |