Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/loudmouth/
Date: Mon, 29 Oct 2018 22:27:50
Message-Id: 1540852024.498edf66e57571806e8f6f3500d9bd3019f9cec1.andrey_utkin@gentoo
1 commit: 498edf66e57571806e8f6f3500d9bd3019f9cec1
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 22:33:36 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 22:27:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498edf66
7
8 net-libs/loudmouth: specify libidn slot
9
10 Fix repoman warning:
11
12 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
13
14 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
15 Package-Manager: Portage-2.3.49, Repoman-2.3.10
16
17 net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild
21 index c00cab2c4e0..5950fec9485 100644
22 --- a/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild
23 +++ b/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild
24 @@ -17,7 +17,7 @@ IUSE="asyncns ssl openssl static-libs test"
25 # Automagic libidn dependency
26 RDEPEND="
27 >=dev-libs/glib-2.16:2
28 - net-dns/libidn
29 + net-dns/libidn:=
30 ssl? (
31 !openssl? ( >=net-libs/gnutls-1.4.0:0= )
32 openssl? ( dev-libs/openssl:0= )