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 C2DDB139695 for ; Wed, 24 May 2017 12:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34A2E21C0A3; Wed, 24 May 2017 12:14:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F6EF21C098 for ; Wed, 24 May 2017 12:14:45 +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 D8FF53417A0 for ; Wed, 24 May 2017 12:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C9F37459 for ; Wed, 24 May 2017 12:14:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1495628080.c278daaa38d03f36002669458171d1b9f23ec97c.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c278daaa38d03f36002669458171d1b9f23ec97c X-VCS-Branch: master Date: Wed, 24 May 2017 12:14:43 +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-Archives-Salt: 90b9e314-c9ca-411c-a255-7031c1c1cd22 X-Archives-Hash: d299a316f74adf88ad3bc89c8ac83558 commit: c278daaa38d03f36002669458171d1b9f23ec97c Author: Yuri Konotopov gnome org> AuthorDate: Sun May 21 19:55:05 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 24 12:14:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c278daaa games-emulation/pcsx2: update to match latest upstream changes. Closes: https://github.com/gentoo/gentoo/pull/4707 games-emulation/pcsx2/pcsx2-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 2e87ee9a6c8..a80184b7aa8 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -24,7 +24,7 @@ RDEPEND=" dev-libs/libaio[abi_x86_32(-)] media-libs/alsa-lib[abi_x86_32(-)] media-libs/libpng:=[abi_x86_32(-)] - media-libs/libsdl[abi_x86_32(-),joystick,sound] + media-libs/libsdl2[abi_x86_32(-),joystick,sound] media-libs/libsoundtouch[abi_x86_32(-)] media-libs/portaudio[abi_x86_32(-)] >=sys-libs/zlib-1.2.4[abi_x86_32(-)] @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libICE[abi_x86_32(-)] x11-libs/libX11[abi_x86_32(-)] x11-libs/libXext[abi_x86_32(-)] - x11-libs/wxGTK:3.0[abi_x86_32(-),X] + x11-libs/wxGTK:3.0[abi_x86_32(-),-sdl,X] " # Ensure no incompatible headers from eselect-opengl are installed, bug #510730 DEPEND="${RDEPEND} @@ -89,7 +89,7 @@ src_configure() { -DGTK3_API=FALSE -DPLUGIN_DIR="/usr/$(get_libdir)/${PN}" # wxGTK must be built against same sdl version - -DSDL2_API=FALSE + -DSDL2_API=TRUE -DWX28_API=FALSE )