commit: 4b64017f26dbd296c497b3adc52327a4399e21fb Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Thu Apr 28 03:54:19 2022 +0000 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com> CommitDate: Thu Apr 28 23:40:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=4b64017f
dev-lang/rust: Reduce diff with gentoo. Signed-off-by: orbea <orbea <AT> riseup.net> Closes: https://github.com/gentoo/libressl/pull/395 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com> dev-lang/rust/rust-1.58.1.ebuild | 5 +++-- dev-lang/rust/rust-1.59.0.ebuild | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-lang/rust/rust-1.58.1.ebuild b/dev-lang/rust/rust-1.58.1.ebuild index fd55b17..1acdb5f 100644 --- a/dev-lang/rust/rust-1.58.1.ebuild +++ b/dev-lang/rust/rust-1.58.1.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" @@ -142,8 +142,9 @@ QA_SONAME=" " QA_PRESTRIPPED=" - usr/lib/rust/${PV}/lib/rustlib/.*/bin/rust-llvm-dwp + usr/lib/${PN}/${PV}/lib/rustlib/.*/bin/rust-llvm-dwp " + # 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. diff --git a/dev-lang/rust/rust-1.59.0.ebuild b/dev-lang/rust/rust-1.59.0.ebuild index 8234b82..bb48968 100644 --- a/dev-lang/rust/rust-1.59.0.ebuild +++ b/dev-lang/rust/rust-1.59.0.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).1"
