diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-16 21:30:17 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-16 21:30:17 +0200 |
commit | e4c5303564b7701bd33aae55ff85c0934599e774 (patch) | |
tree | d41bcb8f32c588b6687de129ee97ad72615d34e1 /net-libs | |
parent | net-ftp/filezilla: Added sub-slot dep operator for net-dns/libidn (diff) | |
download | gentoo-e4c5303564b7701bd33aae55ff85c0934599e774.tar.gz gentoo-e4c5303564b7701bd33aae55ff85c0934599e774.tar.bz2 gentoo-e4c5303564b7701bd33aae55ff85c0934599e774.zip |
net-libs/gloox: Added sub-slot dep operator for net-dns/libidn
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gloox/gloox-1.0.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gloox/gloox-1.0.20.ebuild b/net-libs/gloox/gloox-1.0.20.ebuild index 09007f443980..1d000bc0004f 100644 --- a/net-libs/gloox/gloox-1.0.20.ebuild +++ b/net-libs/gloox/gloox-1.0.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SLOT="0/17" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86" IUSE="debug gnutls idn libressl ssl static-libs test zlib" -DEPEND="idn? ( net-dns/libidn ) +DEPEND="idn? ( net-dns/libidn:= ) gnutls? ( net-libs/gnutls ) ssl? ( !libressl? ( dev-libs/openssl:0 ) |