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 1D01F13835A for ; Sat, 10 Apr 2021 04:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF12FE08C3; Sat, 10 Apr 2021 04:24:59 +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 84FA3E089C for ; Sat, 10 Apr 2021 04:24:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2AFB5340D36 for ; Sat, 10 Apr 2021 04:24:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DBCFCC for ; Sat, 10 Apr 2021 04:24:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618028658.64f20699d4506e962ad688e43c823fb48392c1c3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/pcsx2/pcsx2-9999.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 64f20699d4506e962ad688e43c823fb48392c1c3 X-VCS-Branch: master Date: Sat, 10 Apr 2021 04:24:56 +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: e0a75f7c-5aa4-4898-8dbb-882c0a7f90fa X-Archives-Hash: 36b0a7e6a138a4e9622ed199d57332a7 commit: 64f20699d4506e962ad688e43c823fb48392c1c3 Author: Yuri Konotopov gnome org> AuthorDate: Fri Apr 9 17:03:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 10 04:24:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f20699 games-emulation/pcsx2: update to match upstream changes Closes: https://bugs.gentoo.org/778362 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Yuri Konotopov gnome.org> Closes: https://github.com/gentoo/gentoo/pull/20313 Signed-off-by: Sam James gentoo.org> games-emulation/pcsx2/pcsx2-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 6fd902402b8..acc1b5e7b76 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -9,7 +9,7 @@ inherit cmake fcaps flag-o-matic git-r3 toolchain-funcs wxwidgets DESCRIPTION="A PlayStation 2 emulator" HOMEPAGE="https://pcsx2.net/" EGIT_REPO_URI="https://github.com/PCSX2/${PN}.git" -EGIT_SUBMODULES=() +EGIT_SUBMODULES=( 3rdparty/libchdr/libchdr ) LICENSE="GPL-3" SLOT="0" @@ -23,7 +23,7 @@ RDEPEND=" app-arch/xz-utils dev-cpp/yaml-cpp:= dev-libs/libaio - dev-libs/libfmt:= + >=dev-libs/libfmt-7.1.3:= dev-libs/libxml2:2 media-libs/alsa-lib media-libs/libpng:= @@ -71,6 +71,7 @@ src_configure() { -DDISABLE_BUILD_DATE=TRUE -DDISABLE_PCSX2_WRAPPER=TRUE -DDISABLE_SETCAP=TRUE + -DENABLE_TESTS="$(usex test)" -DOPTIMIZATION_FLAG= -DPACKAGE_MODE=TRUE -DXDG_STD=TRUE