Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/
Date: Mon, 23 Jan 2017 19:13:45
Message-Id: 1485198806.09eca97ff32215fc119c90d203e2607a24ddb46d.zerochaos@gentoo
1 commit: 09eca97ff32215fc119c90d203e2607a24ddb46d
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 19:11:00 2017 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 19:13:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09eca97f
7
8 games-emulation/higan: bug #600370, my good deed for the day
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 games-emulation/higan/higan-099.ebuild | 13 ++++++++++++-
13 1 file changed, 12 insertions(+), 1 deletion(-)
14
15 diff --git a/games-emulation/higan/higan-099.ebuild b/games-emulation/higan/higan-099.ebuild
16 index 1139ce9..b6140d1 100644
17 --- a/games-emulation/higan/higan-099.ebuild
18 +++ b/games-emulation/higan/higan-099.ebuild
19 @@ -22,6 +22,16 @@ REQUIRED_USE="|| ( ao openal alsa pulseaudio oss )
20 RDEPEND="
21 x11-libs/libX11
22 x11-libs/libXext
23 + icarus? ( x11-libs/gtksourceview:2.0
24 + x11-libs/gtk+:2
25 + x11-libs/pango
26 + dev-libs/atk
27 + x11-libs/cairo
28 + x11-libs/gdk-pixbuf
29 + dev-libs/glib:2
30 + media-libs/fontconfig
31 + media-libs/freetype
32 + )
33 ao? ( media-libs/libao )
34 openal? ( media-libs/openal )
35 alsa? ( media-libs/alsa-lib )
36 @@ -31,7 +41,8 @@ RDEPEND="
37 sdl? ( media-libs/libsdl[X,joystick,video] )
38 udev? ( virtual/udev )
39 !qt4? ( x11-libs/gtk+:2 )
40 - qt4? ( >=dev-qt/qtgui-4.5:4 )"
41 + qt4? ( dev-qt/qtcore:4
42 + >=dev-qt/qtgui-4.5:4 )"
43 DEPEND="${RDEPEND}
44 app-arch/p7zip
45 virtual/pkgconfig"