diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-26 13:36:40 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-26 13:55:44 +0100 |
commit | 2a3a02816e6a86c03fc71992631d6a0dd3babc2d (patch) | |
tree | 6468fbbc84dca6e031e30bd5eaae2647946fd5a5 /net-voip | |
parent | x11-libs/librfm: Fix deps, bug #595204 and #599736 by Toralf Förster (diff) | |
download | gentoo-2a3a02816e6a86c03fc71992631d6a0dd3babc2d.tar.gz gentoo-2a3a02816e6a86c03fc71992631d6a0dd3babc2d.tar.bz2 gentoo-2a3a02816e6a86c03fc71992631d6a0dd3babc2d.zip |
net-voip/ekiga: gnome-icon-theme is needed (#600398 by Steven Cordwell)
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/ekiga/ekiga-4.0.1-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-voip/ekiga/ekiga-4.0.1-r1.ebuild b/net-voip/ekiga/ekiga-4.0.1-r1.ebuild index a69c4ddb3155..f673f48b0d54 100644 --- a/net-voip/ekiga/ekiga-4.0.1-r1.ebuild +++ b/net-voip/ekiga/ekiga-4.0.1-r1.ebuild @@ -17,6 +17,9 @@ IUSE="dbus debug doc eds h323 ldap libnotify cpu_flags_x86_mmx pulseaudio +shm v # gconf is a hard requirement until this bug is fixed: # https://bugzilla.gnome.org/show_bug.cgi?id=721198 +# +# x11-themes/gnome-icon-theme needed, bug #600398 +# changing configure check is not enough and icons will be missing. RDEPEND=" >=dev-libs/glib-2.24.0:2 >=dev-libs/boost-1.49:0= @@ -29,7 +32,7 @@ RDEPEND=" <net-libs/ptlib-2.12 >=x11-libs/gtk+-2.20.0:2 - x11-themes/adwaita-icon-theme + x11-themes/gnome-icon-theme dbus? ( >=sys-apps/dbus-0.36 >=dev-libs/dbus-glib-0.36 ) eds? ( >=gnome-extra/evolution-data-server-1.2:= ) |