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 E375E158099 for ; Sat, 25 Nov 2023 09:37:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3871B2BC134; Sat, 25 Nov 2023 09:37:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1A20E2BC134 for ; Sat, 25 Nov 2023 09:37:24 +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 34917340824 for ; Sat, 25 Nov 2023 09:37:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9181213E8 for ; Sat, 25 Nov 2023 09:37:20 +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: <1700904996.2c312f282b3941694380cb8058fd5025d5d86ebd.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-2.1.3.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2c312f282b3941694380cb8058fd5025d5d86ebd X-VCS-Branch: master Date: Sat, 25 Nov 2023 09:37:20 +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: 0ce6a916-cbe6-4f00-9799-54796f3c664c X-Archives-Hash: f6137507f325d9a7eaad8ec42df6c718 commit: 2c312f282b3941694380cb8058fd5025d5d86ebd Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 25 09:36:36 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 25 09:36:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c312f28 dev-python/pandas: Stabilize 2.1.3 arm64, #918469 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pandas/pandas-2.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pandas/pandas-2.1.3.ebuild b/dev-python/pandas/pandas-2.1.3.ebuild index fd14c8d6c39b..d49d0cf71b0a 100644 --- a/dev-python/pandas/pandas-2.1.3.ebuild +++ b/dev-python/pandas/pandas-2.1.3.ebuild @@ -21,7 +21,7 @@ HOMEPAGE=" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86" IUSE="full-support minimal test X" RESTRICT="!test? ( test )"