summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-05-23 18:09:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-24 17:41:44 +0200
commitf9d61b4710ae85510401fcb8d85871ec91e4c103 (patch)
treef6da92037772dbb8c1837533bf27d5f2e1f6ccef /games-emulation
parentx11-themes/qtcurve: Drop unused DEPEND, kdelibs4support-- (diff)
downloadgentoo-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')
-rw-r--r--games-emulation/pcsx2/pcsx2-1.6.0.ebuild2
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild2
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"