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 91FAD138334 for ; Mon, 1 Apr 2019 17:58:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F5FCE0905; Mon, 1 Apr 2019 17:58:45 +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 7DC0BE0905 for ; Mon, 1 Apr 2019 17:58:45 +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 744ED335CC8 for ; Mon, 1 Apr 2019 17:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19CDB4F6 for ; Mon, 1 Apr 2019 17:58:43 +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: <1554141467.8e43b11af18ca7e45d168e75f89f9934401c18b4.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: 8e43b11af18ca7e45d168e75f89f9934401c18b4 X-VCS-Branch: master Date: Mon, 1 Apr 2019 17:58:43 +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: 9f30e0a4-30bb-45cd-8fb0-cdffe4b5ac6d X-Archives-Hash: 995c851536f5693d52a9543c0644284f commit: 8e43b11af18ca7e45d168e75f89f9934401c18b4 Author: Alon Bar-Lev gentoo org> AuthorDate: Mon Apr 1 17:56:03 2019 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon Apr 1 17:57:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e43b11a dev-libs/xmlsec: remove past workaround of with/without 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild b/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild index e56570b8002..004152c336a 100644 --- a/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.2.27-r1.ebuild @@ -56,11 +56,11 @@ src_configure() { --enable-pkgconfig \ --with-html-dir=/usr/share/doc/${PF}/html \ $(use_enable static-libs static) \ - $(use_with gcrypt gcrypt "") \ - $(use_with gnutls gnutls "") \ - $(use_with nss nspr "") \ - $(use_with nss nss "") \ - $(use_with openssl openssl "") \ + $(use_with gcrypt) \ + $(use_with gnutls) \ + $(use_with nss) \ + $(use_with nss nspr) \ + $(use_with openssl) \ $(use_enable openssl aes) }