diff options
author | Anthony Ryan <anthonyryan1@gmail.com> | 2016-03-03 22:46:52 -0500 |
---|---|---|
committer | Anthony Ryan <anthonyryan1@gmail.com> | 2016-03-06 13:36:00 -0500 |
commit | 739ef2ac651453cdc318e63c643d12c33ae0a42d (patch) | |
tree | 9e6b922863195f55943ddbc66f3380acd3ad5483 /net-irc/polari | |
parent | sys-kernel/gentoo-sources: Linux patch 3.14.63 (diff) | |
download | gentoo-739ef2ac651453cdc318e63c643d12c33ae0a42d.tar.gz gentoo-739ef2ac651453cdc318e63c643d12c33ae0a42d.tar.bz2 gentoo-739ef2ac651453cdc318e63c643d12c33ae0a42d.zip |
net-irc/polari: Add missing RDEPEND on net-im/telepathy-logger
Also added ~arm keyword as a result of personal testing on a RK3288
(armv7a) device.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-irc/polari')
-rw-r--r-- | net-irc/polari/polari-3.18.1-r1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net-irc/polari/polari-3.18.1-r1.ebuild b/net-irc/polari/polari-3.18.1-r1.ebuild new file mode 100644 index 000000000000..5e26d24c26bf --- /dev/null +++ b/net-irc/polari/polari-3.18.1-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="An IRC client for Gnome" +HOMEPAGE="https://wiki.gnome.org/Apps/Polari" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~arm" +IUSE="" + +COMMON_DEPEND=" + dev-libs/gjs + >=dev-libs/glib-2.43.4:2 + >=dev-libs/gobject-introspection-0.9.6 + net-libs/telepathy-glib[introspection] + >=x11-libs/gtk+-3.15.6: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 +" |