From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3A567158200 for ; Mon, 15 Sep 2025 07:41:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 26B58340E21 for ; Mon, 15 Sep 2025 07:41:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5A733110572; Mon, 15 Sep 2025 07:41:27 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4F86D110572 for ; Mon, 15 Sep 2025 07:41:27 +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 0719D340DE2 for ; Mon, 15 Sep 2025 07:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BF2D39CD for ; Mon, 15 Sep 2025 07:41:25 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1757922067.b65ea87203b6cfccb43c495ed958b1543bf2d4d0.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/scx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/scx/scx-1.0.16.ebuild X-VCS-Directories: sys-kernel/scx/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b65ea87203b6cfccb43c495ed958b1543bf2d4d0 X-VCS-Branch: master Date: Mon, 15 Sep 2025 07:41:25 +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: 85fe18c5-5c54-461d-802a-6db70eae9a8a X-Archives-Hash: 23646c1216b7b41126f7807ead6bec3b commit: b65ea87203b6cfccb43c495ed958b1543bf2d4d0 Author: Florian Schmaus gentoo org> AuthorDate: Mon Sep 15 07:29:38 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Sep 15 07:41:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65ea872 sys-kernel/scx: drop empty CRATES Signed-off-by: Florian Schmaus gentoo.org> sys-kernel/scx/scx-1.0.16.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys-kernel/scx/scx-1.0.16.ebuild b/sys-kernel/scx/scx-1.0.16.ebuild index 820e815670ca..4a51f0dd9d46 100644 --- a/sys-kernel/scx/scx-1.0.16.ebuild +++ b/sys-kernel/scx/scx-1.0.16.ebuild @@ -5,9 +5,6 @@ EAPI=8 LLVM_COMPAT=( {16..20} ) -CRATES=" -" - RUST_MIN_VER="1.82.0" inherit eapi9-ver llvm-r2 linux-info cargo rust-toolchain toolchain-funcs meson