summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-13 05:51:09 +0000
committerJustin Lecher <jlec@gentoo.org>2013-06-13 05:51:09 +0000
commit6674a67eecc5fc20516ba910053a05ae3a9eb62c (patch)
tree97513974ff443a5f2e40bbde1b5ce9e234899e03 /net-im
parentInitial import. New dependency for dev-ruby/adhearsion. (diff)
downloadgentoo-2-6674a67eecc5fc20516ba910053a05ae3a9eb62c.tar.gz
gentoo-2-6674a67eecc5fc20516ba910053a05ae3a9eb62c.tar.bz2
gentoo-2-6674a67eecc5fc20516ba910053a05ae3a9eb62c.zip
net-im/gajim: Make gnome-keyring support accessible with complete gnome desktop, #472930; thanks Aline Freitas for patch
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gajim/ChangeLog6
-rw-r--r--net-im/gajim/gajim-0.15.4.ebuild11
2 files changed, 12 insertions, 5 deletions
diff --git a/net-im/gajim/ChangeLog b/net-im/gajim/ChangeLog
index 400c2b75c58e..09f1896268f1 100644
--- a/net-im/gajim/ChangeLog
+++ b/net-im/gajim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/gajim
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.184 2013/05/29 11:19:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.185 2013/06/13 05:51:08 jlec Exp $
+
+ 13 Jun 2013; Justin Lecher <jlec@gentoo.org> gajim-0.15.4.ebuild:
+ Make gnome-keyring support accessible with complete gnome desktop, #472930;
+ thanks Aline Freitas for patch
29 May 2013; Justin Lecher <jlec@gentoo.org> gajim-0.15.3-r1.ebuild,
gajim-0.15.4.ebuild:
diff --git a/net-im/gajim/gajim-0.15.4.ebuild b/net-im/gajim/gajim-0.15.4.ebuild
index a0fc3125c4da..0868834450be 100644
--- a/net-im/gajim/gajim-0.15.4.ebuild
+++ b/net-im/gajim/gajim-0.15.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.15.4.ebuild,v 1.2 2013/05/29 11:19:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.15.4.ebuild,v 1.3 2013/06/13 05:51:09 jlec Exp $
EAPI=5
@@ -20,12 +20,13 @@ SRC_URI="
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="avahi crypt dbus gnome kde idle jingle libnotify networkmanager nls spell +srv test X xhtml"
+IUSE="avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
libnotify? ( dbus )
- avahi? ( dbus )"
+ avahi? ( dbus )
+ gnome? ( gnome-keyring )"
COMMON_DEPEND="
${PYTHON_DEPS}
@@ -50,9 +51,11 @@ RDEPEND="${COMMON_DEPEND}
)
gnome? (
dev-python/libgnome-python
- dev-python/gnome-keyring-python
dev-python/egg-python
)
+ gnome-keyring? (
+ dev-python/gnome-keyring-python
+ )
idle? ( x11-libs/libXScrnSaver )
jingle? ( net-libs/farstream:0.1[python] )
kde? ( kde-base/kwallet )