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 6749C15849E for ; Wed, 22 May 2024 08:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 300242BC014; Wed, 22 May 2024 08:03:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0BBE12BC013 for ; Wed, 22 May 2024 08:03:41 +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 31B1933BE18 for ; Wed, 22 May 2024 08:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 813EB1B2A for ; Wed, 22 May 2024 08:03:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1716364867.80c9b638f33c7d9cbf0268c75e0e38ad8d29467d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/statsmodels/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/statsmodels/statsmodels-0.14.1.ebuild dev-python/statsmodels/statsmodels-0.14.2.ebuild X-VCS-Directories: dev-python/statsmodels/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 80c9b638f33c7d9cbf0268c75e0e38ad8d29467d X-VCS-Branch: master Date: Wed, 22 May 2024 08:03:38 +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: 1b43c463-dacc-4238-9965-519e0a73ac24 X-Archives-Hash: 0586cda2f2c8ddefff9695a9daa161d6 commit: 80c9b638f33c7d9cbf0268c75e0e38ad8d29467d Author: Michał Górny gentoo org> AuthorDate: Sun May 19 18:57:42 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 22 08:01:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c9b638 dev-python/statsmodels: Drop keyword not on pyarrow Signed-off-by: Michał Górny gentoo.org> dev-python/statsmodels/statsmodels-0.14.1.ebuild | 2 +- dev-python/statsmodels/statsmodels-0.14.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/statsmodels/statsmodels-0.14.1.ebuild b/dev-python/statsmodels/statsmodels-0.14.1.ebuild index d3e49aeb005b..14159a14e4dd 100644 --- a/dev-python/statsmodels/statsmodels-0.14.1.ebuild +++ b/dev-python/statsmodels/statsmodels-0.14.1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm64 ~loong ~riscv ~s390 ~amd64-linux" +KEYWORDS="amd64 arm64 ~loong ~riscv ~amd64-linux" IUSE="examples" DEPEND=" diff --git a/dev-python/statsmodels/statsmodels-0.14.2.ebuild b/dev-python/statsmodels/statsmodels-0.14.2.ebuild index 85811c7aab0a..b01e752653d9 100644 --- a/dev-python/statsmodels/statsmodels-0.14.2.ebuild +++ b/dev-python/statsmodels/statsmodels-0.14.2.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 ~loong ~riscv ~s390 ~amd64-linux" +KEYWORDS="amd64 ~arm64 ~loong ~riscv ~amd64-linux" IUSE="examples" DEPEND="