summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2018-10-20 23:33:36 +0100
committerAndrey Utkin <andrey_utkin@gentoo.org>2018-10-29 22:27:04 +0000
commit498edf66e57571806e8f6f3500d9bd3019f9cec1 (patch)
tree2780262e96eebbfd940dbb3f19c5cf71d7994cdf /net-libs
parentnet-libs/loudmouth: add 1.5.3-r2 (diff)
downloadgentoo-498edf66e57571806e8f6f3500d9bd3019f9cec1.tar.gz
gentoo-498edf66e57571806e8f6f3500d9bd3019f9cec1.tar.bz2
gentoo-498edf66e57571806e8f6f3500d9bd3019f9cec1.zip
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 <andrey_utkin@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild
index c00cab2c4e0a..5950fec94855 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= )