commit: f9d61b4710ae85510401fcb8d85871ec91e4c103 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat May 23 16:09:13 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 24 15:41:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d61b47
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15930 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> games-emulation/pcsx2/pcsx2-1.6.0.ebuild | 2 +- games-emulation/pcsx2/pcsx2-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-1.6.0.ebuild b/games-emulation/pcsx2/pcsx2-1.6.0.ebuild index e6691265aa2..b264a1d56a5 100644 --- a/games-emulation/pcsx2/pcsx2-1.6.0.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.6.0.ebuild @@ -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" diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 85ff7e5fe0f..3de99b80312 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -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"
