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 8BA95138351 for ; Sat, 14 Mar 2020 12:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C115E0957; Sat, 14 Mar 2020 12:07:14 +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 45C20E0956 for ; Sat, 14 Mar 2020 12:07:12 +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 653D234EF01 for ; Sat, 14 Mar 2020 12:07:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10CA8178 for ; Sat, 14 Mar 2020 12:07:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1584187614.c95b0e6bc129e31fe6df66e70a0d131b2496f771.juippis@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: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c95b0e6bc129e31fe6df66e70a0d131b2496f771 X-VCS-Branch: master Date: Sat, 14 Mar 2020 12:07:08 +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: 221a4936-3e93-403f-a1b7-473f5cdf8ffc X-Archives-Hash: a5ee6e3d82c8da4e7c17775f1ba9dab4 commit: c95b0e6bc129e31fe6df66e70a0d131b2496f771 Author: Yuri Konotopov gnome org> AuthorDate: Mon Mar 9 15:20:59 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Mar 14 12:06:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95b0e6b games-emulation/pcsx2-9999: explicitly disable opencl and vtune Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yuri Konotopov gnome.org> Closes: https://github.com/gentoo/gentoo/pull/14900 Signed-off-by: Joonas Niilola gentoo.org> games-emulation/pcsx2/pcsx2-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 3d4ef37cb3a..0f0a49453d1 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -76,9 +76,11 @@ src_configure() { -DDOC_DIR=/usr/share/doc/"${PF}" -DEGL_API=FALSE -DGTK3_API=TRUE + -DOPENCL_API=FALSE -DPLUGIN_DIR="/usr/$(get_libdir)/${PN}" # wxGTK must be built against same sdl version -DSDL2_API=TRUE + -DUSE_VTUNE=FALSE ) WX_GTK_VER="3.0-gtk3" setup-wxwidgets