diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-08 23:32:12 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-09 01:02:52 +0200 |
commit | ecf1672b4da6fff73a2ad8084e87be318ad6e396 (patch) | |
tree | 68868f3ab4b3d51e65a762ad8ebe9509b739c8cf /net-irc | |
parent | dev-libs/gjs: version bump from 1.44.0 to 1.45.4 (diff) | |
download | gentoo-ecf1672b4da6fff73a2ad8084e87be318ad6e396.tar.gz gentoo-ecf1672b4da6fff73a2ad8084e87be318ad6e396.tar.bz2 gentoo-ecf1672b4da6fff73a2ad8084e87be318ad6e396.zip |
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
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/polari/polari-3.20.3-r1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
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 000000000000..2dcb0029987e --- /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 +" |