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 1F2E815800F for ; Tue, 31 Jan 2023 11:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5F8E0870; Tue, 31 Jan 2023 11:16:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29869E0870 for ; Tue, 31 Jan 2023 11:16:00 +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 C4E2B335DAC for ; Tue, 31 Jan 2023 11:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D946C7F8 for ; Tue, 31 Jan 2023 11:15:56 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1675163740.343be8f19a552ceddd9c7d6a921c52a01451a5aa.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cudf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cudf/cudf-0.10.ebuild X-VCS-Directories: dev-ml/cudf/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 343be8f19a552ceddd9c7d6a921c52a01451a5aa X-VCS-Branch: master Date: Tue, 31 Jan 2023 11:15:56 +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: f61e15c8-48ba-494e-a69a-2878d5a3b310 X-Archives-Hash: 547a7cadc85b2e7b919900640b682f57 commit: 343be8f19a552ceddd9c7d6a921c52a01451a5aa Author: Alfredo Tupone gentoo org> AuthorDate: Tue Jan 31 11:15:40 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jan 31 11:15:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343be8f1 dev-ml/cudf: destabilize 0.10 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/cudf/cudf-0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/cudf/cudf-0.10.ebuild b/dev-ml/cudf/cudf-0.10.ebuild index f5c8c27e9d2a..4f7747d11caf 100644 --- a/dev-ml/cudf/cudf-0.10.ebuild +++ b/dev-ml/cudf/cudf-0.10.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/irill/${PN}/-/archive/v${PV}/${MYP}.tar.bz2" LICENSE="LGPL-3" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt llvm-libunwind test" RESTRICT="!test? ( test )"