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 AAE5A1382C5 for ; Sun, 25 Apr 2021 11:18:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED0BDE0798; Sun, 25 Apr 2021 11:18: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 D2BAFE0798 for ; Sun, 25 Apr 2021 11:18: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 7B31C341486 for ; Sun, 25 Apr 2021 11:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A90E74C3 for ; Sun, 25 Apr 2021 11:17:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1619349465.54bc8e37d82d1f43b57a42bf00d1c549bdaf33cc.soap@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.76.1.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 54bc8e37d82d1f43b57a42bf00d1c549bdaf33cc X-VCS-Branch: master Date: Sun, 25 Apr 2021 11:17:58 +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: 6f492e2c-7816-44f1-8692-6304384e6ed9 X-Archives-Hash: 5bd191503d3e1a0816742504b8e78413 commit: 54bc8e37d82d1f43b57a42bf00d1c549bdaf33cc Author: David Seifert gentoo org> AuthorDate: Sun Apr 25 11:17:45 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 25 11:17:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bc8e37 net-misc/curl: Only run tests under native ABI Closes: https://bugs.gentoo.org/740206 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> net-misc/curl/curl-7.76.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-misc/curl/curl-7.76.1.ebuild b/net-misc/curl/curl-7.76.1.ebuild index 20741408e3e..75fede552e1 100644 --- a/net-misc/curl/curl-7.76.1.ebuild +++ b/net-misc/curl/curl-7.76.1.ebuild @@ -284,6 +284,10 @@ multilib_src_configure() { echo "Requires.private: ${priv[*]}" >> libcurl.pc } +multilib_src_test() { + multilib_is_native_abi && default_src_test +} + multilib_src_install_all() { einstalldocs find "${ED}" -type f -name '*.la' -delete || die