games-emulation/pcsx2: add missing flag-o-matic inherit
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 23 May 2020 16:09:13 +0000 (18:09 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 24 May 2020 15:41:44 +0000 (17:41 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15930
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
games-emulation/pcsx2/pcsx2-1.6.0.ebuild
games-emulation/pcsx2/pcsx2-9999.ebuild

index e6691265aa254491b3937fc37b7fce5339116f20..b264a1d56a5b2b9887cf2ef0a545da5e448b4351 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 MY_PV="${PV/_/-}"
 
-inherit cmake multilib toolchain-funcs wxwidgets
+inherit cmake flag-o-matic multilib toolchain-funcs wxwidgets
 
 DESCRIPTION="A PlayStation 2 emulator"
 HOMEPAGE="https://www.pcsx2.net"
index 85ff7e5fe0f74b2302ea1605cf5c7ddf0507a13f..3de99b8031231eb7cc87c6cf754ab719ba2b0c09 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake git-r3 multilib toolchain-funcs wxwidgets
+inherit cmake flag-o-matic git-r3 multilib toolchain-funcs wxwidgets
 
 DESCRIPTION="A PlayStation 2 emulator"
 HOMEPAGE="https://www.pcsx2.net"