diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-12-08 11:35:37 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-12-08 11:35:37 +0000 |
commit | e784f4ec78f4c5f4dc7496b63697ab62091055f2 (patch) | |
tree | 8d42e12e46e46a88dd69569cb6b4b5da9c15f315 /smaeul.txt | |
parent | 2020-12-07T17:30:01Z (diff) | |
download | repos-e784f4ec78f4c5f4dc7496b63697ab62091055f2.tar.gz repos-e784f4ec78f4c5f4dc7496b63697ab62091055f2.tar.bz2 repos-e784f4ec78f4c5f4dc7496b63697ab62091055f2.zip |
2020-12-08T11:30:01Z
Diffstat (limited to 'smaeul.txt')
-rw-r--r-- | smaeul.txt | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/smaeul.txt b/smaeul.txt index 65eb36c8722d..527f79be0239 100644 --- a/smaeul.txt +++ b/smaeul.txt @@ -26,7 +26,47 @@ preference for all repositories. You can also pass --rebase, --no-rebase, or --ff-only on the command line to override the configured default per invocation. -Already up to date. +From https://github.com/smaeul/portage-overlay + 7fdc252..45e708d master -> origin/master +Updating 7fdc252..45e708d +Fast-forward + dev-lang/rust/Manifest | 7 + + .../0001-Don-t-pass-CFLAGS-to-the-C-compiler.patch | 14 +- + dev-lang/rust/files/0002-Fix-LLVM-build.patch | 8 +- + ...-Fix-linking-to-zlib-when-cross-compiling.patch | 34 +++ + ...Fix-rustdoc-when-cross-compiling-on-musl.patch} | 8 +- + ...ative-libraries-when-linking-static-exec.patch} | 10 +- + ..._root-and-CRT-fallback-from-musl-targets.patch} | 82 +++---- + ...Prefer-libgcc_eh-over-libunwind-for-musl.patch} | 26 +- + ...k-libssp_nonshared.a-on-all-musl-targets.patch} | 4 +- + ...-failed-doctest-output-Fix-normalization.patch} | 4 +- + ...-crates-are-unstable-Fix-test-when-rpath.patch} | 4 +- + ...extern-for-plugins-Don-t-assume-multilib.patch} | 4 +- + ...2-Ignore-broken-and-non-applicable-tests.patch} | 21 +- + ...Link-stage-2-tools-dynamically-to-libstd.patch} | 8 +- + ...-Move-debugger-scripts-to-usr-share-rust.patch} | 37 +-- + ...cs.patch => 0015-Add-gentoo-target-specs.patch} | 6 +- + dev-lang/rust/files/0030-libc-linkage.patch | 17 +- + ...46.0-don-t-create-prefix-at-time-of-check.patch | 31 +++ + .../{0031-libressl.patch => 1.47.0-libressl.patch} | 35 ++- + .../{rust-1.46.0.ebuild => rust-1.47.0-r1.ebuild} | 267 +++++++++++++-------- + 20 files changed, 375 insertions(+), 252 deletions(-) + create mode 100644 dev-lang/rust/files/0003-Fix-linking-to-zlib-when-cross-compiling.patch + rename dev-lang/rust/files/{0003-Fix-rustdoc-when-cross-compiling-on-musl.patch => 0004-Fix-rustdoc-when-cross-compiling-on-musl.patch} (88%) + rename dev-lang/rust/files/{0004-Use-static-native-libraries-when-linking-static-exec.patch => 0005-Use-static-native-libraries-when-linking-static-exec.patch} (88%) + rename dev-lang/rust/files/{0005-Remove-musl_root-and-CRT-fallback-from-musl-targets.patch => 0006-Remove-musl_root-and-CRT-fallback-from-musl-targets.patch} (90%) + rename dev-lang/rust/files/{0006-Prefer-libgcc_eh-over-libunwind-for-musl.patch => 0007-Prefer-libgcc_eh-over-libunwind-for-musl.patch} (57%) + rename dev-lang/rust/files/{0007-Link-libssp_nonshared.a-on-all-musl-targets.patch => 0008-Link-libssp_nonshared.a-on-all-musl-targets.patch} (88%) + rename dev-lang/rust/files/{0008-test-failed-doctest-output-Fix-normalization.patch => 0009-test-failed-doctest-output-Fix-normalization.patch} (89%) + rename dev-lang/rust/files/{0009-test-sysroot-crates-are-unstable-Fix-test-when-rpath.patch => 0010-test-sysroot-crates-are-unstable-Fix-test-when-rpath.patch} (85%) + rename dev-lang/rust/files/{0010-test-use-extern-for-plugins-Don-t-assume-multilib.patch => 0011-test-use-extern-for-plugins-Don-t-assume-multilib.patch} (87%) + rename dev-lang/rust/files/{0011-Ignore-broken-and-non-applicable-tests.patch => 0012-Ignore-broken-and-non-applicable-tests.patch} (78%) + rename dev-lang/rust/files/{0012-Link-stage-2-tools-dynamically-to-libstd.patch => 0013-Link-stage-2-tools-dynamically-to-libstd.patch} (77%) + rename dev-lang/rust/files/{0013-Move-debugger-scripts-to-usr-share-rust.patch => 0014-Move-debugger-scripts-to-usr-share-rust.patch} (65%) + rename dev-lang/rust/files/{0014-Add-gentoo-target-specs.patch => 0015-Add-gentoo-target-specs.patch} (97%) + create mode 100644 dev-lang/rust/files/1.46.0-don-t-create-prefix-at-time-of-check.patch + rename dev-lang/rust/files/{0031-libressl.patch => 1.47.0-libressl.patch} (56%) + rename dev-lang/rust/{rust-1.46.0.ebuild => rust-1.47.0-r1.ebuild} (62%) *** syncing smaeul *** synced smaeul * Sync succeeded |