diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2017-01-23 14:11:00 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2017-01-23 14:13:26 -0500 |
commit | 09eca97ff32215fc119c90d203e2607a24ddb46d (patch) | |
tree | 7cff116ae86f36636a6ab86002fc283e5917007d /games-emulation | |
parent | app-crypt/gnupg: fix keywords (diff) | |
download | gentoo-09eca97ff32215fc119c90d203e2607a24ddb46d.tar.gz gentoo-09eca97ff32215fc119c90d203e2607a24ddb46d.tar.bz2 gentoo-09eca97ff32215fc119c90d203e2607a24ddb46d.zip |
games-emulation/higan: bug #600370, my good deed for the day
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/higan/higan-099.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/games-emulation/higan/higan-099.ebuild b/games-emulation/higan/higan-099.ebuild index 1139ce957b3a..b6140d1621e7 100644 --- a/games-emulation/higan/higan-099.ebuild +++ b/games-emulation/higan/higan-099.ebuild @@ -22,6 +22,16 @@ REQUIRED_USE="|| ( ao openal alsa pulseaudio oss ) RDEPEND=" x11-libs/libX11 x11-libs/libXext + icarus? ( x11-libs/gtksourceview:2.0 + x11-libs/gtk+:2 + x11-libs/pango + dev-libs/atk + x11-libs/cairo + x11-libs/gdk-pixbuf + dev-libs/glib:2 + media-libs/fontconfig + media-libs/freetype + ) ao? ( media-libs/libao ) openal? ( media-libs/openal ) alsa? ( media-libs/alsa-lib ) @@ -31,7 +41,8 @@ RDEPEND=" sdl? ( media-libs/libsdl[X,joystick,video] ) udev? ( virtual/udev ) !qt4? ( x11-libs/gtk+:2 ) - qt4? ( >=dev-qt/qtgui-4.5:4 )" + qt4? ( dev-qt/qtcore:4 + >=dev-qt/qtgui-4.5:4 )" DEPEND="${RDEPEND} app-arch/p7zip virtual/pkgconfig" |