summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-14 17:59:54 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-14 17:59:54 +0200
commitae6bf9a03ada41b29c711d066cc11eea4b3e4f1a (patch)
tree78e01c1aa69e059ee9b19d20a6964f2405f2d885 /net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
parentnet-libs/loudmouth: Revbump for EAPI-6 (diff)
downloadgentoo-ae6bf9a03ada41b29c711d066cc11eea4b3e4f1a.tar.gz
gentoo-ae6bf9a03ada41b29c711d066cc11eea4b3e4f1a.tar.bz2
gentoo-ae6bf9a03ada41b29c711d066cc11eea4b3e4f1a.zip
net-libs/loudmouth: Also set subslot dep for gnutls
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild')
-rw-r--r--net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
index ab65db268b97..46433a1d78f2 100644
--- a/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
inherit autotools
DESCRIPTION="Lightweight C Jabber library"
@@ -20,7 +19,7 @@ RDEPEND="
>=dev-libs/glib-2.16:2
net-dns/libidn
ssl? (
- !openssl? ( >=net-libs/gnutls-1.4.0 )
+ !openssl? ( >=net-libs/gnutls-1.4.0:0= )
openssl? ( dev-libs/openssl:0= )
)
asyncns? ( >=net-libs/libasyncns-0.3 )