Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/
Date: Sun, 24 May 2020 15:42:21
Message-Id: 1590334904.f9d61b4710ae85510401fcb8d85871ec91e4c103.asturm@gentoo
1 commit: f9d61b4710ae85510401fcb8d85871ec91e4c103
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat May 23 16:09:13 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 15:41:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d61b47
7
8 games-emulation/pcsx2: add missing flag-o-matic inherit
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15930
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 games-emulation/pcsx2/pcsx2-1.6.0.ebuild | 2 +-
16 games-emulation/pcsx2/pcsx2-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/games-emulation/pcsx2/pcsx2-1.6.0.ebuild b/games-emulation/pcsx2/pcsx2-1.6.0.ebuild
20 index e6691265aa2..b264a1d56a5 100644
21 --- a/games-emulation/pcsx2/pcsx2-1.6.0.ebuild
22 +++ b/games-emulation/pcsx2/pcsx2-1.6.0.ebuild
23 @@ -4,7 +4,7 @@
24 EAPI=7
25 MY_PV="${PV/_/-}"
26
27 -inherit cmake multilib toolchain-funcs wxwidgets
28 +inherit cmake flag-o-matic multilib toolchain-funcs wxwidgets
29
30 DESCRIPTION="A PlayStation 2 emulator"
31 HOMEPAGE="https://www.pcsx2.net"
32
33 diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
34 index 85ff7e5fe0f..3de99b80312 100644
35 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild
36 +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -inherit cmake git-r3 multilib toolchain-funcs wxwidgets
42 +inherit cmake flag-o-matic git-r3 multilib toolchain-funcs wxwidgets
43
44 DESCRIPTION="A PlayStation 2 emulator"
45 HOMEPAGE="https://www.pcsx2.net"