commit: 9eb14da8caae0f12e272a12355298dd7e188b6c1
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 5 07:37:07 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Sep 5 07:57:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb14da8
sys-fs/bcachefs-tools: set RUST_MIN_VER
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild | 1 +
sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild
b/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild
index 407c9235d8c3..41b1bd337a5b 100644
--- a/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild
+++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild
@@ -89,6 +89,7 @@ CRATES="
LLVM_COMPAT=( {17..20} )
PYTHON_COMPAT=( python3_{10..14} )
+RUST_MIN_VER="1.77.0"
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kentoverstreet.asc
inherit cargo flag-o-matic llvm-r1 python-any-r1 shell-completion
toolchain-funcs unpacker verify-sig
diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild
b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild
index 39c2e8d4734b..e4864f18768b 100644
--- a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild
+++ b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild
@@ -89,6 +89,7 @@ CRATES="
LLVM_COMPAT=( {17..20} )
PYTHON_COMPAT=( python3_{10..14} )
+RUST_MIN_VER="1.77.0"
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kentoverstreet.asc
inherit cargo flag-o-matic llvm-r1 python-any-r1 shell-completion
toolchain-funcs unpacker verify-sig