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 8B960138334 for ; Wed, 3 Apr 2019 20:24:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75889E08F7; Wed, 3 Apr 2019 20:24:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 47A3BE08F7 for ; Wed, 3 Apr 2019 20:24:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 800F1335D1F for ; Wed, 3 Apr 2019 20:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EB50570 for ; Wed, 3 Apr 2019 20:23:57 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1554322999.1d3e5e9593be991eeb34d37820ce724fbbaf2073.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlsec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild X-VCS-Directories: dev-libs/xmlsec/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 1d3e5e9593be991eeb34d37820ce724fbbaf2073 X-VCS-Branch: master Date: Wed, 3 Apr 2019 20:23:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6376c18d-5894-418f-8f76-53a895444c1e X-Archives-Hash: 8b332a4c394a9af4a23ba8cf2f435731 commit: 1d3e5e9593be991eeb34d37820ce724fbbaf2073 Author: Alon Bar-Lev gentoo org> AuthorDate: Wed Apr 3 20:23:04 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Wed Apr 3 20:23:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3e5e95 dev-libs/xmlsec: add subslot operators Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild b/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild index e538a9b24f5..85612507941 100644 --- a/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild @@ -16,13 +16,13 @@ IUSE="doc gcrypt gnutls libressl nss +openssl static-libs test" REQUIRED_USE="|| ( gcrypt gnutls nss openssl ) gnutls? ( gcrypt )" -RDEPEND=">=dev-libs/libxml2-2.7.4 - >=dev-libs/libxslt-1.0.20 - gcrypt? ( >=dev-libs/libgcrypt-1.4.0:0 ) - gnutls? ( >=net-libs/gnutls-2.8.0 ) +RDEPEND=">=dev-libs/libxml2-2.7.4:= + >=dev-libs/libxslt-1.0.20:= + gcrypt? ( >=dev-libs/libgcrypt-1.4.0:0= ) + gnutls? ( >=net-libs/gnutls-2.8.0:= ) nss? ( - >=dev-libs/nspr-4.4.1 - >=dev-libs/nss-3.9 + >=dev-libs/nspr-4.4.1:= + >=dev-libs/nss-3.9:= ) openssl? ( !libressl? ( dev-libs/openssl:0= )