summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-07-05 03:16:52 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-07-05 03:16:52 +0000
commitc8793005510adcefeb98213c41ae612c95194d9e (patch)
tree66ce6ab0217534c0e090f2d7d0e9866fe6f1970b /net-im
parentAdd intelligent dependency on portage to -9999 (diff)
downloadgentoo-2-c8793005510adcefeb98213c41ae612c95194d9e.tar.gz
gentoo-2-c8793005510adcefeb98213c41ae612c95194d9e.tar.bz2
gentoo-2-c8793005510adcefeb98213c41ae612c95194d9e.zip
Typo: should be >=telepathy-gabble-0.16.4, not '='
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-connection-managers/ChangeLog6
-rw-r--r--net-im/telepathy-connection-managers/telepathy-connection-managers-2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-im/telepathy-connection-managers/ChangeLog b/net-im/telepathy-connection-managers/ChangeLog
index b08cabb8da44..604c05ed2f75 100644
--- a/net-im/telepathy-connection-managers/ChangeLog
+++ b/net-im/telepathy-connection-managers/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/telepathy-connection-managers
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.12 2013/04/01 18:25:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/ChangeLog,v 1.13 2013/07/05 03:16:51 tetromino Exp $
+
+ 05 Jul 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
+ telepathy-connection-managers-2.ebuild:
+ Typo: should be >=telepathy-gabble-0.16.4, not '='
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org>
telepathy-connection-managers-2.ebuild:
diff --git a/net-im/telepathy-connection-managers/telepathy-connection-managers-2.ebuild b/net-im/telepathy-connection-managers/telepathy-connection-managers-2.ebuild
index 77a322386072..48b6f079eeb3 100644
--- a/net-im/telepathy-connection-managers/telepathy-connection-managers-2.ebuild
+++ b/net-im/telepathy-connection-managers/telepathy-connection-managers-2.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/telepathy-connection-managers/telepathy-connection-managers-2.ebuild,v 1.7 2013/04/01 18:25:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-connection-managers/telepathy-connection-managers-2.ebuild,v 1.8 2013/07/05 03:16:52 tetromino Exp $
DESCRIPTION="Meta-package for Telepathy Connection Managers"
@@ -16,7 +16,7 @@ IUSE="msn irc yahoo icq jabber sip zeroconf"
DEPEND=""
# These version support the 0.24.0 Telepathy specification
# They work with Mission Control 5.14
-RDEPEND="msn? ( =net-voip/telepathy-gabble-0.16.4 )
+RDEPEND="msn? ( >=net-voip/telepathy-gabble-0.16.4 )
jabber? ( >=net-voip/telepathy-gabble-0.16.4 )
sip? ( >=net-voip/telepathy-rakia-0.7.4 )
zeroconf? ( >=net-voip/telepathy-salut-0.8.1 )