From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/scx/
Date: Fri, 30 May 2025 07:38:41 +0000 (UTC) [thread overview]
Message-ID: <1748590465.2a88a941b7b948c88c62183fcf3e19dc48e78f92.flow@gentoo> (raw)
commit: 2a88a941b7b948c88c62183fcf3e19dc48e78f92
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 07:34:25 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri May 30 07:34:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a88a941
sys-kernel/scx: remove unnecessary rustc 1.86 requirement
Closes: https://bugs.gentoo.org/956591
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
sys-kernel/scx/Manifest | 1 +
sys-kernel/scx/scx-1.0.12.ebuild | 3 +++
2 files changed, 4 insertions(+)
diff --git a/sys-kernel/scx/Manifest b/sys-kernel/scx/Manifest
index a0dfe5e37280..70b712804820 100644
--- a/sys-kernel/scx/Manifest
+++ b/sys-kernel/scx/Manifest
@@ -3,4 +3,5 @@ DIST scx-1.0.10.tar.gz 4634807 BLAKE2B 84a396b451a74be275730cd5d00c4476ad9b38008
DIST scx-1.0.11-crates.tar.xz 29897084 BLAKE2B a1296db87cdc61b1c78a196878500f6e6a8de8cfa7d4cf55127a1ad589fcfdadca21d7034a1855d712f61e616bd726c12aaadc4823583a5a9b496d9cc9dc7d72 SHA512 5c3e9961b82c2bfa94dddecb01094bd1fec9084c66feb84043e182fc1cedb15bc7d8f5e2219bfb35781046931fae7866d20ce86c5866dba325d5f352c028a8b8
DIST scx-1.0.11.tar.gz 4665784 BLAKE2B fe22bc65e7ffe548d363f000abe6f246d0b22b73c2c1e87eed76c22f62e71390426859e5ae56f15aaeac5786d0a9204b8fe3bce8b29329001ec0233ab16138f8 SHA512 21b75384ce29cae3b0cb8afbc18fa38a5aadc2444b2bd1f20ff44c4ebc81ad1bea8be14e95259c4a2e8753152dd448173f465a9e3ffa479bcd0b145b17630f4b
DIST scx-1.0.12-crates.tar.xz 30612908 BLAKE2B eb18a835fff1a6482ab0a745355de64b9bba557bc574fb7b7f94c3115b8bd23b31fb5ac1944e95f70f9d50b1a146cabbf45ec7117ba03323e53687afcf344355 SHA512 b0fffefdfd44b2f326898bc6fd757d69f2445a8916061128058764e904ee4c21e1a41f0328e1e2db81c1d913442c734f27eb0ba825c935a1aba70ad6ad5f97e0
+DIST scx-1.0.12-remove-unnecessary-rustc-requirement.patch 917 BLAKE2B 4cb308340492e26fa47c7a1cc01d99ad8c4f5edc76a47136fa7893b005dc09de8b3f05edf84b42bc26860b94d2b47c1056d4a56c5594c849a1d568040251d434 SHA512 da3b83e89aeccbfa241f43422a8f1b2b1a8a678e2948bb8596816e35f65c73cba04af2200c7793def5b78832794b295e7704438ae4e3c6dfa3bc77300438cfc3
DIST scx-1.0.12.tar.gz 4702884 BLAKE2B fe812e98986bd6eda63f6a0b51774da08e75832805e27e57085a0eee8f8b5309d56daeee8d28ad7dda54f980442fa7a1834474edaff98fd984e4ed523c9a115e SHA512 5ee06c65c516b3f9a72d81865efb05dab68552ce781b856eb936622b9afe0935f1423f92daddb5b17e3159d6574bb79fa6c4dcc15a8a124ee0c23fe212458632
diff --git a/sys-kernel/scx/scx-1.0.12.ebuild b/sys-kernel/scx/scx-1.0.12.ebuild
index fc9c3c388290..ecb79e4fda76 100644
--- a/sys-kernel/scx/scx-1.0.12.ebuild
+++ b/sys-kernel/scx/scx-1.0.12.ebuild
@@ -17,6 +17,8 @@ HOMEPAGE="https://github.com/sched-ext/scx"
SRC_URI="
https://github.com/sched-ext/scx/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
${CARGO_CRATE_URIS}
+ https://github.com/sched-ext/scx/commit/d58dffa2d02557b11a3a0c3f780a48234e868065.patch
+ -> ${PN}-1.0.12-remove-unnecessary-rustc-requirement.patch
"
if [[ ${PKGBUMPING} != ${PVR} ]]; then
SRC_URI+="
@@ -61,6 +63,7 @@ CONFIG_CHECK="
PATCHES=(
"${FILESDIR}/${PN}-1.0.12-musl-ioctl.patch"
+ "${DISTDIR}/${PN}-1.0.12-remove-unnecessary-rustc-requirement.patch"
)
QA_PREBUILT="/usr/bin/scx_loader"
next reply other threads:[~2025-05-30 7:38 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-30 7:38 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-24 1:29 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/scx/ Sam James
2025-09-15 7:41 Florian Schmaus
2025-09-15 7:41 Florian Schmaus
2025-09-15 7:41 Florian Schmaus
2025-08-13 23:58 Patrick McLean
2025-06-22 14:50 Sam James
2025-06-15 22:30 Sam James
2025-05-21 21:12 Sam James
2025-05-21 21:12 Sam James
2025-04-10 22:26 Sam James
2025-04-10 22:26 Sam James
2025-04-10 22:26 Sam James
2025-04-02 12:46 Florian Schmaus
2025-03-10 0:22 Sam James
2025-03-10 0:22 Sam James
2025-03-10 0:22 Sam James
2025-03-10 0:22 Sam James
2025-02-13 21:01 Arthur Zamarin
2025-01-18 10:52 Florian Schmaus
2025-01-08 9:02 Florian Schmaus
2025-01-08 9:02 Florian Schmaus
2024-12-19 10:41 Florian Schmaus
2024-12-19 10:41 Florian Schmaus
2024-12-17 17:24 Patrick McLean
2024-11-26 16:50 Florian Schmaus
2024-11-26 16:32 Florian Schmaus
2024-11-08 7:50 Florian Schmaus
2024-10-12 10:32 Florian Schmaus
2024-10-12 10:32 Florian Schmaus
2024-10-11 18:00 Florian Schmaus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1748590465.2a88a941b7b948c88c62183fcf3e19dc48e78f92.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox