diff options
author | 2022-12-28 05:07:53 -0500 | |
---|---|---|
committer | 2022-12-28 05:09:47 -0500 | |
commit | 27410d975dac1450e74043314b89ecb89ab6e285 (patch) | |
tree | f08efbc4613bc8f5f7cc0c11775b1fd2266bb4f3 /games-emulation | |
parent | sys-boot/os-prober: stabilize 1.81 for amd64 (diff) | |
download | gentoo-27410d975dac1450e74043314b89ecb89ab6e285.tar.gz gentoo-27410d975dac1450e74043314b89ecb89ab6e285.tar.bz2 gentoo-27410d975dac1450e74043314b89ecb89ab6e285.zip |
games-emulation/higan: depend on gtk+[X]
This always needs libX11 and friends either way, so don't
gain much by trying to make that optional.
Closes: https://bugs.gentoo.org/888715
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/higan/higan-116_pre20210818-r1.ebuild (renamed from games-emulation/higan/higan-116_pre20210818.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/higan/higan-116_pre20210818.ebuild b/games-emulation/higan/higan-116_pre20210818-r1.ebuild index e484fdff7aa0..a839c1ef8e50 100644 --- a/games-emulation/higan/higan-116_pre20210818.ebuild +++ b/games-emulation/higan/higan-116_pre20210818-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND=" dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] x11-libs/gtksourceview:3.0= x11-libs/pango ) |