From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D9E6138332 for ; Sat, 14 Apr 2018 16:01:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CF73E0802; Sat, 14 Apr 2018 16:01:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FE54E0802 for ; Sat, 14 Apr 2018 16:01:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE02C335C59 for ; Sat, 14 Apr 2018 16:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C187288 for ; Sat, 14 Apr 2018 16:01:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1523721594.ae6bf9a03ada41b29c711d066cc11eea4b3e4f1a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/loudmouth/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild X-VCS-Directories: net-libs/loudmouth/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ae6bf9a03ada41b29c711d066cc11eea4b3e4f1a X-VCS-Branch: master Date: Sat, 14 Apr 2018 16:01:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 69115619-9c3c-4ce9-b9fb-69ec6e6c6226 X-Archives-Hash: a0f82cf03cf9aaec7c8fff59cf7b8690 commit: ae6bf9a03ada41b29c711d066cc11eea4b3e4f1a Author: Pacho Ramos gentoo org> AuthorDate: Sat Apr 14 15:59:54 2018 +0000 Commit: Pacho Ramos gentoo 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 )