commit:     ecf1672b4da6fff73a2ad8084e87be318ad6e396
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 21:32:12 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 23:02:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf1672b

net-irc/polari: raise dependency on gjs to fix segfault

As found in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821855

Package-Manager: portage-2.3.0

 net-irc/polari/polari-3.20.3-r1.ebuild | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/net-irc/polari/polari-3.20.3-r1.ebuild 
b/net-irc/polari/polari-3.20.3-r1.ebuild
new file mode 100644
index 00000000..2dcb002
--- /dev/null
+++ b/net-irc/polari/polari-3.20.3-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="An IRC client for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Polari";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+       >=dev-libs/gjs-1.45.3
+       >=dev-libs/glib-2.43.4:2
+       >=dev-libs/gobject-introspection-0.9.6:=
+       net-libs/telepathy-glib[introspection]
+       >=x11-libs/gtk+-3.19.12:3[introspection]
+"
+RDEPEND="${COMMON_DEPEND}
+       >=net-irc/telepathy-idle-0.2
+       net-im/telepathy-logger[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+       dev-libs/appstream-glib
+       >=dev-util/intltool-0.50
+       virtual/pkgconfig
+"

Reply via email to