From a61920a613743a40d9bfe6f6285b7d59b5fdc521 Mon Sep 17 00:00:00 2001 From: Yuri Konotopov Date: Fri, 11 Oct 2019 20:03:28 +0400 Subject: games-emulation/pcsx2: fix dependencies on -9999 1. Don't block recent x11-libs/wxGTK[sdl] 2. Depend on x11-libs/gtk+:3 Closes: https://bugs.gentoo.org/696866 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Yuri Konotopov Closes: https://github.com/gentoo/gentoo/pull/13258 Signed-off-by: Joonas Niilola --- games-emulation/pcsx2/pcsx2-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-emulation') diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 9e646daf5853..c0a277f41a05 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -28,11 +28,11 @@ RDEPEND=" sys-libs/zlib[abi_x86_32(-)] virtual/libudev[abi_x86_32(-)] virtual/opengl[abi_x86_32(-)] - x11-libs/gtk+:2[abi_x86_32(-)] + x11-libs/gtk+:3[abi_x86_32(-)] x11-libs/libICE[abi_x86_32(-)] x11-libs/libX11[abi_x86_32(-)] x11-libs/libXext[abi_x86_32(-)] - x11-libs/wxGTK:3.0-gtk3[abi_x86_32(-),-sdl,X] + >=x11-libs/wxGTK-3.0.4-r301:3.0-gtk3[abi_x86_32(-),X] " # Ensure no incompatible headers from eselect-opengl are installed, bug #510730 DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad