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 203651382C5 for ; Wed, 16 May 2018 19:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36221E08DB; Wed, 16 May 2018 19:33:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 12224E08DB for ; Wed, 16 May 2018 19:33:14 +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 65373335C2C for ; Wed, 16 May 2018 19:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D426A29B for ; Wed, 16 May 2018 19:33:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1526499017.e4c5303564b7701bd33aae55ff85c0934599e774.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gloox/gloox-1.0.20.ebuild X-VCS-Directories: net-libs/gloox/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e4c5303564b7701bd33aae55ff85c0934599e774 X-VCS-Branch: master Date: Wed, 16 May 2018 19:33:11 +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: a19f787f-cd70-49d4-b70d-ff3f36805778 X-Archives-Hash: 9ad089e3b94a9909d5ffa02f175534ab commit: e4c5303564b7701bd33aae55ff85c0934599e774 Author: Lars Wendler gentoo org> AuthorDate: Wed May 16 19:30:17 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed May 16 19:30:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c53035 net-libs/gloox: Added sub-slot dep operator for net-dns/libidn Package-Manager: Portage-2.3.36, Repoman-2.3.9 net-libs/gloox/gloox-1.0.20.ebuild | 4 ++-- 1 file 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 09007f44398..1d000bc0004 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 )