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 D0A67138334 for ; Mon, 29 Oct 2018 22:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4049E0877; Mon, 29 Oct 2018 22:27:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 98BB3E0877 for ; Mon, 29 Oct 2018 22:27:49 +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 379FC335CCD for ; Mon, 29 Oct 2018 22:27:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FE45435 for ; Mon, 29 Oct 2018 22:27:46 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1540852024.498edf66e57571806e8f6f3500d9bd3019f9cec1.andrey_utkin@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-r2.ebuild X-VCS-Directories: net-libs/loudmouth/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 498edf66e57571806e8f6f3500d9bd3019f9cec1 X-VCS-Branch: master Date: Mon, 29 Oct 2018 22:27:46 +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: 2483da08-3306-4e6a-b210-9a55dd45ffb2 X-Archives-Hash: 493f4bf22eb0a9878d53eee16fb3d852 commit: 498edf66e57571806e8f6f3500d9bd3019f9cec1 Author: Andrey Utkin gentoo org> AuthorDate: Sat Oct 20 22:33:36 2018 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Mon Oct 29 22:27:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498edf66 net-libs/loudmouth: specify libidn slot Fix repoman warning: net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild: RDEPEND: 'net-dns/libidn' matches more than one slot, please specify an explicit slot and/or use the := or :* slot operator Signed-off-by: Andrey Utkin gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild index c00cab2c4e0..5950fec9485 100644 --- a/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild +++ b/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild @@ -17,7 +17,7 @@ IUSE="asyncns ssl openssl static-libs test" # Automagic libidn dependency RDEPEND=" >=dev-libs/glib-2.16:2 - net-dns/libidn + net-dns/libidn:= ssl? ( !openssl? ( >=net-libs/gnutls-1.4.0:0= ) openssl? ( dev-libs/openssl:0= )