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 5513B1382C5 for ; Mon, 12 Apr 2021 16:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E7DEE0924; Mon, 12 Apr 2021 16:55:14 +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 E4723E0924 for ; Mon, 12 Apr 2021 16:55:13 +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 E65FE340BBD for ; Mon, 12 Apr 2021 16:55:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 473FB4D2 for ; Mon, 12 Apr 2021 16:55: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: <1618246505.094173df334968f9296e0cbfe89b5a8a286e3d37.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/zerotier/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/zerotier/zerotier-1.6.3.ebuild net-misc/zerotier/zerotier-1.6.4.ebuild X-VCS-Directories: net-misc/zerotier/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 094173df334968f9296e0cbfe89b5a8a286e3d37 X-VCS-Branch: master Date: Mon, 12 Apr 2021 16:55: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c3e5ad5-f953-4c24-bde6-8e0936d9a926 X-Archives-Hash: 0c4abc350f7115b2a0b4ef3eb1ce05ab commit: 094173df334968f9296e0cbfe89b5a8a286e3d37 Author: Lars Wendler gentoo org> AuthorDate: Mon Apr 12 16:51:16 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Apr 12 16:55:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094173df net-misc/zerotier: Use "cpu_flags_arm_neon" USE flag Signed-off-by: Lars Wendler gentoo.org> net-misc/zerotier/zerotier-1.6.3.ebuild | 2 +- net-misc/zerotier/zerotier-1.6.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/zerotier/zerotier-1.6.3.ebuild b/net-misc/zerotier/zerotier-1.6.3.ebuild index fdfc4d61007..125b1e608e7 100644 --- a/net-misc/zerotier/zerotier-1.6.3.ebuild +++ b/net-misc/zerotier/zerotier-1.6.3.ebuild @@ -56,7 +56,7 @@ pkg_setup() { else tc-export CXX CC fi - use neon || export ZT_DISABLE_NEON=1 + use cpu_flags_arm_neon || export ZT_DISABLE_NEON=1 } src_compile() { diff --git a/net-misc/zerotier/zerotier-1.6.4.ebuild b/net-misc/zerotier/zerotier-1.6.4.ebuild index fdfc4d61007..125b1e608e7 100644 --- a/net-misc/zerotier/zerotier-1.6.4.ebuild +++ b/net-misc/zerotier/zerotier-1.6.4.ebuild @@ -56,7 +56,7 @@ pkg_setup() { else tc-export CXX CC fi - use neon || export ZT_DISABLE_NEON=1 + use cpu_flags_arm_neon || export ZT_DISABLE_NEON=1 } src_compile() {