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 BCF30158064 for ; Tue, 30 Apr 2024 14:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE4C9E2A32; Tue, 30 Apr 2024 14:31:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9B86E2A33 for ; Tue, 30 Apr 2024 14:31: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 484DE3430B8 for ; Tue, 30 Apr 2024 14:31:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3ED417A5 for ; Tue, 30 Apr 2024 14:31:54 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1714487507.a179baadff6e291abdfe8a36d5905b57c238bbd7.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/genkernel/genkernel-9999.ebuild X-VCS-Directories: sys-kernel/genkernel/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: a179baadff6e291abdfe8a36d5905b57c238bbd7 X-VCS-Branch: master Date: Tue, 30 Apr 2024 14:31:54 +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: 478754c3-666e-4dd5-ab61-d5e02677cf7b X-Archives-Hash: 3f2fbe94e84e152e17ac45202a86faa4 commit: a179baadff6e291abdfe8a36d5905b57c238bbd7 Author: Ben Kohler gentoo org> AuthorDate: Tue Apr 30 14:20:34 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Apr 30 14:31:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a179baad sys-kernel/genkernel: add notes for bump blockers Signed-off-by: Ben Kohler gentoo.org> sys-kernel/genkernel/genkernel-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-kernel/genkernel/genkernel-9999.ebuild b/sys-kernel/genkernel/genkernel-9999.ebuild index 5af4af70da03..8cf7db698c1e 100644 --- a/sys-kernel/genkernel/genkernel-9999.ebuild +++ b/sys-kernel/genkernel/genkernel-9999.ebuild @@ -13,6 +13,7 @@ inherit bash-completion-r1 python-single-r1 # Whenever you bump a GKPKG, check if you have to move # or add new patches! VERSION_BCACHE_TOOLS="1.1_p20230217" +# boost-1.84.0 needs dev-build/b2 packaged VERSION_BOOST="1.79.0" VERSION_BTRFS_PROGS="6.7.1" VERSION_BUSYBOX="1.36.1" @@ -24,9 +25,12 @@ VERSION_EUDEV="3.2.10" VERSION_EXPAT="2.5.0" VERSION_E2FSPROGS="1.47.0" VERSION_FUSE="2.9.9" +# gnupg-2.x needs several new deps packaged VERSION_GPG="1.4.23" VERSION_HWIDS="20210613" +# open-iscsi-2.1.9 static build not working yet VERSION_ISCSI="2.1.8" +# json-c-0.17 needs gkbuild ported to meson VERSION_JSON_C="0.13.1" VERSION_KMOD="30" VERSION_LIBAIO="0.3.113" @@ -39,6 +43,7 @@ VERSION_MDADM="4.2" VERSION_POPT="1.19" VERSION_STRACE="6.7" VERSION_THIN_PROVISIONING_TOOLS="0.9.0" +# unionfs-fuse-3.4 needs fuse:3 VERSION_UNIONFS_FUSE="2.0" VERSION_USERSPACE_RCU="0.14.0" VERSION_UTIL_LINUX="2.38.1"