diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-08 20:36:53 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-08 20:36:53 +0000 |
commit | df8e5876187e2c85b2a4cadeb3363476d6908ad7 (patch) | |
tree | 4cac725c8820c5c8ba7a75cb5d0aa4d567484ba4 /net-voip | |
parent | x86 stable, bug #478252 (diff) | |
download | gentoo-2-df8e5876187e2c85b2a4cadeb3363476d6908ad7.tar.gz gentoo-2-df8e5876187e2c85b2a4cadeb3363476d6908ad7.tar.bz2 gentoo-2-df8e5876187e2c85b2a4cadeb3363476d6908ad7.zip |
Slot 0 for openssl is needed (#493368 by Anton Gubarkov and Rafal Muzylo)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-gabble/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.16.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog index 0a833fb8c7ab..e1ba3a535fc3 100644 --- a/net-voip/telepathy-gabble/ChangeLog +++ b/net-voip/telepathy-gabble/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/telepathy-gabble # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.130 2013/12/08 19:35:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.131 2013/12/08 20:36:53 pacho Exp $ + + 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> telepathy-gabble-0.16.7.ebuild: + Slot 0 for openssl is needed (#493368 by Anton Gubarkov and Rafal Muzylo) 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> telepathy-gabble-0.16.7.ebuild: x86 stable, bug #478252 diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.16.7.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.16.7.ebuild index ffa65fc98841..ee32ae00a692 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.16.7.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.16.7.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-voip/telepathy-gabble/telepathy-gabble-0.16.7.ebuild,v 1.3 2013/12/08 19:35:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.16.7.ebuild,v 1.4 2013/12/08 20:36:53 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) @@ -31,7 +31,7 @@ RDEPEND=" dev-libs/libxml2 gnutls? ( >=net-libs/gnutls-2.10.2 ) - !gnutls? ( >=dev-libs/openssl-0.9.8g[-bindist] ) + !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] ) jingle? ( || ( net-libs/libsoup:2.4[ssl] >=net-libs/libsoup-2.33.1 ) >=net-libs/libnice-0.0.11 ) |