diff options
author | Yuri Konotopov <ykonotopov@gnome.org> | 2019-10-11 20:03:28 +0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-10-16 08:22:01 +0300 |
commit | a61920a613743a40d9bfe6f6285b7d59b5fdc521 (patch) | |
tree | 33ce48aa7e77c11634cb2fe02900653d8f69dc23 /games-emulation | |
parent | media-gfx/curaengine: add missing die statement (diff) | |
download | gentoo-a61920a613743a40d9bfe6f6285b7d59b5fdc521.tar.gz gentoo-a61920a613743a40d9bfe6f6285b7d59b5fdc521.tar.bz2 gentoo-a61920a613743a40d9bfe6f6285b7d59b5fdc521.zip |
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 <ykonotopov@gnome.org>
Closes: https://github.com/gentoo/gentoo/pull/13258
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |