commit: b4cd6dc63625b3d4f3f1cf158b8fe558924de928
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 07:11:30 2025 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 21:11:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cd6dc6
dev-lang/rust-9999: include commit info
By default VCS checkouts don't include commit info in the
version string to save on rebuilds.
We don't have to worry about incremental builds in Gentoo,
and having a date and commit for the live ebuild will greatly
assist in any troubleshooting we have to do (or bug reports
for upstream).
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
dev-lang/rust/rust-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
index 28e6f429280a..97c665f7828d 100644
--- a/dev-lang/rust/rust-9999.ebuild
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -470,6 +470,7 @@ src_configure() {
verbose-tests = true
optimize-tests = $(toml_usex !debug)
codegen-tests = true
+ omit-git-hash = false
dist-src = false
remap-debuginfo = true
lld = $(usex system-llvm false $(toml_usex wasm))