diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-05-23 18:09:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-24 17:41:44 +0200 |
commit | f9d61b4710ae85510401fcb8d85871ec91e4c103 (patch) | |
tree | f6da92037772dbb8c1837533bf27d5f2e1f6ccef /games-emulation/pcsx2 | |
parent | x11-themes/qtcurve: Drop unused DEPEND, kdelibs4support-- (diff) | |
download | gentoo-f9d61b4710ae85510401fcb8d85871ec91e4c103.tar.gz gentoo-f9d61b4710ae85510401fcb8d85871ec91e4c103.tar.bz2 gentoo-f9d61b4710ae85510401fcb8d85871ec91e4c103.zip |
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>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.6.0.ebuild | 2 | ||||
-rw-r--r-- | 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 e6691265aa25..b264a1d56a5b 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 85ff7e5fe0f7..3de99b803123 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" |