From d2e43b44e8855b7ee7b79782358dee45099efccc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 25 Sep 2022 11:33:33 +0100 Subject: gentoo auto-resync : 25:09:2022 - 11:33:33 --- eclass/Manifest.gz | Bin 37145 -> 37136 bytes eclass/go-module.eclass | 6 ++++-- eclass/ruby-fakegem.eclass | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index f82dbb9e0a37..9a9f1ef321f4 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass index 681a5bca5561..8047d498b08d 100644 --- a/eclass/go-module.eclass +++ b/eclass/go-module.eclass @@ -26,7 +26,9 @@ # If the software has a directory named vendor in its # top level directory, the only thing you need to do is inherit the # eclass. If it doesn't, you need to also create a dependency tarball and -# host it somewhere, for example in your dev space. +# host it somewhere, for example in your dev space. It's recommended that +# a format supporting parallel decompression is used and developers should +# use higher levels of compression like '-9' for xz. # # Here is an example of how to create a dependency tarball. # The base directory in the GOMODCACHE setting must be go-mod in order @@ -36,7 +38,7 @@ # # $ cd /path/to/project # $ GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw -# $ tar -acf project-1.0-deps.tar.xz go-mod +# $ XZ_OPT='-T0 -9' tar -acf project-1.0-deps.tar.xz go-mod # # @CODE # diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index 6f561f4f6a2f..8cf5dd70f864 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -552,7 +552,7 @@ each_fakegem_test() { case ${RUBY_FAKEGEM_RECIPE_TEST} in rake) - ${RUBY} --disable=did_you_mean -S rake ${RUBY_FAKEGEM_TASK_TEST} || die "tests failed" + MT_NO_PLUGINS=true ${RUBY} --disable=did_you_mean -S rake ${RUBY_FAKEGEM_TASK_TEST} || die "tests failed" ;; rspec) RSPEC_VERSION=2 ruby-ng_rspec -- cgit v1.2.3