From cde3941e258c2837c7f82ab89406b6b1c5ce0af5 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 5 Mar 2022 02:10:49 -0500 Subject: games-emulation/snes9x: set REQUIRED_USE for glslang Mostly for opengl rather than gui, technically some other features need gui but don't want to set annoying REQUIRED_USE with common global flags. Signed-off-by: Ionen Wolkens --- games-emulation/snes9x/snes9x-1.61.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'games-emulation') diff --git a/games-emulation/snes9x/snes9x-1.61.ebuild b/games-emulation/snes9x/snes9x-1.61.ebuild index 0442b30335df..7300fb65bb2a 100644 --- a/games-emulation/snes9x/snes9x-1.61.ebuild +++ b/games-emulation/snes9x/snes9x-1.61.ebuild @@ -23,6 +23,7 @@ LICENSE=" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="alsa debug glslang gui libretro netplay opengl oss png portaudio pulseaudio wayland xinerama +xv" +REQUIRED_USE="glslang? ( gui opengl )" RESTRICT="bindist test" # has no tests but can lead to bug #737044 RDEPEND=" -- cgit v1.2.3-65-gdbad