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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 277DA15808F for ; Mon, 7 Feb 2022 06:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB90D2BC01D; Mon, 7 Feb 2022 06:32:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 882B22BC01D for ; Mon, 7 Feb 2022 06:32:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8DBC342F01 for ; Mon, 7 Feb 2022 06:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1B342D7 for ; Mon, 7 Feb 2022 06:32:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1644215492.5d644254649c092764f6f0f6f90e84119aba0ac7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/range-v3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/range-v3/range-v3-0.11.0.ebuild X-VCS-Directories: dev-cpp/range-v3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d644254649c092764f6f0f6f90e84119aba0ac7 X-VCS-Branch: master Date: Mon, 7 Feb 2022 06:32:12 +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: e4bb8840-b7d4-40b1-99b0-08cd1ff72c51 X-Archives-Hash: 159f47dbab7bc0155bc40771777c35ed commit: 5d644254649c092764f6f0f6f90e84119aba0ac7 Author: Sam James gentoo org> AuthorDate: Mon Feb 7 06:31:32 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 7 06:31:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d644254 dev-cpp/range-v3: Keyword 0.11.0 arm64, #830712 Signed-off-by: Sam James gentoo.org> dev-cpp/range-v3/range-v3-0.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/range-v3/range-v3-0.11.0.ebuild b/dev-cpp/range-v3/range-v3-0.11.0.ebuild index a23c13d69944..2c78e057a78e 100644 --- a/dev-cpp/range-v3/range-v3-0.11.0.ebuild +++ b/dev-cpp/range-v3/range-v3-0.11.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ericniebler/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~riscv" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv" IUSE="test" RESTRICT="!test? ( test )"