games-emulation/pcsx2: add missing flag-o-matic inherit

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>
This commit is contained in:
Michael Mair-Keimberger
2020-05-23 18:09:13 +02:00
committed by Andreas Sturmlechner
parent f73af11a7d
commit f9d61b4710
2 changed files with 2 additions and 2 deletions

View 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"

View 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"