commit: ae6bf9a03ada41b29c711d066cc11eea4b3e4f1a Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Apr 14 15:59:54 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Apr 14 15:59:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6bf9a0
net-libs/loudmouth: Also set subslot dep for gnutls Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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 ab65db268b9..46433a1d78f 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 )