summaryrefslogtreecommitdiff
path: root/dev-lang/rust-bin/rust-bin-9999.ebuild
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2025-05-31 00:29:54 +1000
committerMatt Jolly <kangie@gentoo.org>2025-06-04 07:36:55 +1000
commit388cbca2dd4f4826e9bb99f89b2bb1808e84de52 (patch)
treef87a99c56524c77a4c53eae330194d3d7ba7ecc8 /dev-lang/rust-bin/rust-bin-9999.ebuild
parenteba3efd309f30104ed8e8c6c0a5f9e573c0e0aae (diff)
downloadgentoo-388cbca2dd4f4826e9bb99f89b2bb1808e84de52.tar.gz
gentoo-388cbca2dd4f4826e9bb99f89b2bb1808e84de52.tar.bz2
gentoo-388cbca2dd4f4826e9bb99f89b2bb1808e84de52.zip
{dev-lang,sys-devel}/rust*: add 1.88.0_beta20250526
This is our first beta for 1.88.0, corresponding to beta.4 upstream. It is also the first release where `beta` and `live` ebuilds get their patches from gitweb rather than ${FILESDIR}. Changes: - in line with upstream changes, `config.toml` has been renamed to `bootstrap.toml`. - `*bootstrap.toml` has `change-id = "ignore"` added to suppress warnings that are not useful to downstream. - after discussion with upstream `x.py` verbosity reduced to `-v`. - restrictions on building beta with only the last stable have been dropped, these can be restored if required. Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin/rust-bin-9999.ebuild')
-rw-r--r--dev-lang/rust-bin/rust-bin-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-9999.ebuild b/dev-lang/rust-bin/rust-bin-9999.ebuild
index e00494d54b3b..ef8fe8615c5c 100644
--- a/dev-lang/rust-bin/rust-bin-9999.ebuild
+++ b/dev-lang/rust-bin/rust-bin-9999.ebuild
@@ -92,7 +92,7 @@ QA_PREBUILT="
# An rmeta file is custom binary format that contains the metadata for the crate.
# rmeta files do not support linking, since they do not contain compiled object files.
# so we can safely silence the warning for this QA check.
-QA_EXECSTACK="opt/${P}/lib/rustlib/*/lib*.rlib:lib.rmeta"
+QA_EXECSTACK="opt/${PN}-${SLOT}/lib/rustlib/*/lib*.rlib:lib.rmeta"
VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/rust.asc"