From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2733013835A for ; Sun, 24 May 2020 15:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 397CFE0952; Sun, 24 May 2020 15:42:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21DDAE0952 for ; Sun, 24 May 2020 15:42:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7AB2C34F086 for ; Sun, 24 May 2020 15:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1142121E for ; Sun, 24 May 2020 15:42:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590334904.f9d61b4710ae85510401fcb8d85871ec91e4c103.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/pcsx2/pcsx2-1.6.0.ebuild games-emulation/pcsx2/pcsx2-9999.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f9d61b4710ae85510401fcb8d85871ec91e4c103 X-VCS-Branch: master Date: Sun, 24 May 2020 15:42:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8a04d937-42d8-40a7-bb1d-c394bccd5a08 X-Archives-Hash: f25fc3d10e7520c4e0cb922170e5654d commit: f9d61b4710ae85510401fcb8d85871ec91e4c103 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 23 16:09:13 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15930 Signed-off-by: Andreas Sturmlechner 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"