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 812C815808B for ; Sat, 19 Feb 2022 07:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3FA8E0830; Sat, 19 Feb 2022 07:19:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD14AE0830 for ; Sat, 19 Feb 2022 07:19:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7C5B3437DA for ; Sat, 19 Feb 2022 07:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DDEA2DD for ; Sat, 19 Feb 2022 07:19:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1645255129.55a91aae8544c21d1600a0e6a93bd39c1f0bebe7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/rtree/rtree-0.9.7.ebuild X-VCS-Directories: sci-libs/rtree/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 55a91aae8544c21d1600a0e6a93bd39c1f0bebe7 X-VCS-Branch: master Date: Sat, 19 Feb 2022 07:19:08 +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: 4ea3a065-cdf1-49c6-ae72-82ca81cb2981 X-Archives-Hash: 1d9cfe30ac455aae35eec7269fc0af6c commit: 55a91aae8544c21d1600a0e6a93bd39c1f0bebe7 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Feb 19 07:18:49 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Feb 19 07:18:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a91aae sci-libs/rtree: Keyword 0.9.7 arm64, #833516 Signed-off-by: Arthur Zamarin gentoo.org> sci-libs/rtree/rtree-0.9.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/rtree/rtree-0.9.7.ebuild b/sci-libs/rtree/rtree-0.9.7.ebuild index 751660dc98d3..7623eca37a2b 100644 --- a/sci-libs/rtree/rtree-0.9.7.ebuild +++ b/sci-libs/rtree/rtree-0.9.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ HOMEPAGE="https://rtree.readthedocs.io" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" SLOT="0" S="${WORKDIR}/${MY_P}"