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 C384E15802F for ; Thu, 30 Mar 2023 17:39:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02028E08AD; Thu, 30 Mar 2023 17:39:59 +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 DE185E08AD for ; Thu, 30 Mar 2023 17:39:58 +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 0030B340F73 for ; Thu, 30 Mar 2023 17:39:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66B9F8E6 for ; Thu, 30 Mar 2023 17:39:56 +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: <1680197989.65f4a82979c15f152a059f57c8a912c5f063f560.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 65f4a82979c15f152a059f57c8a912c5f063f560 X-VCS-Branch: master Date: Thu, 30 Mar 2023 17:39: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: e12a6556-6bfe-4c36-80a1-07ffb24288e8 X-Archives-Hash: 1b199a680e4c31d06fec558e074069ed commit: 65f4a82979c15f152a059f57c8a912c5f063f560 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Mar 30 17:39:49 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Mar 30 17:39:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f4a829 dev-ml/cudf: Stabilize 0.10 arm, #901509 Signed-off-by: Arthur Zamarin 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 c361f445d2b1..b8cc26842e4f 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 )"