commit: 88bb823efb7cf1c9f84a8b41d9a6e975c51e39f2
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 12:58:37 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 12:58:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bb823e
games-emulation/snes9x: USE="wayland" requires gtk+:3[wayland]
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
games-emulation/snes9x/snes9x-1.57.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/snes9x/snes9x-1.57.ebuild
b/games-emulation/snes9x/snes9x-1.57.ebuild
index 1d2566bda31..5792fa5ac7e 100644
--- a/games-emulation/snes9x/snes9x-1.57.ebuild
+++ b/games-emulation/snes9x/snes9x-1.57.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
gtk? (
dev-libs/glib:2
dev-libs/libxml2
- >=x11-libs/gtk+-3.22:3
+ >=x11-libs/gtk+-3.22:3[wayland?]
x11-libs/libXrandr
x11-misc/xdg-utils
alsa? ( media-libs/alsa-lib )