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 5A160138359 for ; Mon, 6 Jul 2020 17:46:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7899BE0636; Mon, 6 Jul 2020 17:46:54 +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 5D00DE0636 for ; Mon, 6 Jul 2020 17:46:54 +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 19B1C34EEE2 for ; Mon, 6 Jul 2020 17:46:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEC0C9C for ; Mon, 6 Jul 2020 17:46:49 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1594057597.13512bc1cf73cae71e38fb2907d7adf332ffa19f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/curl/curl-7.71.0.ebuild net-misc/curl/curl-7.71.1.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 13512bc1cf73cae71e38fb2907d7adf332ffa19f X-VCS-Branch: master Date: Mon, 6 Jul 2020 17:46:49 +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: e8e0b55d-459c-45b4-8206-151989c309f6 X-Archives-Hash: a1aff22b3a5f9d44e8599ba0489ff3a0 commit: 13512bc1cf73cae71e38fb2907d7adf332ffa19f Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Jul 6 17:45:53 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Jul 6 17:46:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13512bc1 net-misc/curl: Fix openldap dependency curl-config correctly indicates that linking against curl requires passing -lldap -lber. If these libraries are not present in their static form, building e.g. qemu statically against curl fails. Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Andreas K. Hüttel gentoo.org> net-misc/curl/curl-7.71.0.ebuild | 2 +- net-misc/curl/curl-7.71.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/curl/curl-7.71.0.ebuild b/net-misc/curl/curl-7.71.0.ebuild index 7e4a74f3c4c..97445882a05 100644 --- a/net-misc/curl/curl-7.71.0.ebuild +++ b/net-misc/curl/curl-7.71.0.ebuild @@ -20,7 +20,7 @@ IUSE+=" elibc_Winnt" #lead to lots of false negatives, bug #285669 RESTRICT="test" -RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) +RDEPEND="ldap? ( net-nds/openldap[static-libs?,${MULTILIB_USEDEP}] ) brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] ) ssl? ( curl_ssl_gnutls? ( diff --git a/net-misc/curl/curl-7.71.1.ebuild b/net-misc/curl/curl-7.71.1.ebuild index cfcba68debd..1a4e00817ed 100644 --- a/net-misc/curl/curl-7.71.1.ebuild +++ b/net-misc/curl/curl-7.71.1.ebuild @@ -20,7 +20,7 @@ IUSE+=" elibc_Winnt" #lead to lots of false negatives, bug #285669 RESTRICT="test" -RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) +RDEPEND="ldap? ( net-nds/openldap[static-libs?,${MULTILIB_USEDEP}] ) brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] ) ssl? ( curl_ssl_gnutls? (