No ebuilds rely on the default being bz2.
Signed-off-by: Matt Turner
---
These two patches and a follow on patch to remove setting
XORG_TARBALL_SUFFIX="xz" in ebuilds are available in
https://github.com/gentoo/gentoo/pull/39745
eclass/xorg-3.eclass | 5 ++---
1 file changed, 2 insertions(+), 3
Signed-off-by: Matt Turner
---
eclass/xorg-3.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git ./eclass/xorg-3.eclass ./eclass/xorg-3.eclass
index ee4038533bfd..0d51be294051 100644
--- ./eclass/xorg-3.eclass
+++ ./eclass/xorg-3.eclass
@@ -8,7 +8,7 @@
# Author: Tomáš Ch
From: Matt Jolly
This commit addresses some feedback that the Rust eclass should provide
feedback to users on what it's actually doing and why a particular
Rust was (or was not) deemed suitable for use.
To do this we now:
- Explicitly note if a Rust slot was skipped due to LLVM_SLOT
incompati
---
eclass/office-ext-r1.eclass | 28 +---
1 file changed, 9 insertions(+), 19 deletions(-)
diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass
index 7e4d894483fe..9ee4561f0c11 100644
--- a/eclass/office-ext-r1.eclass
+++ b/eclass/office-ext-r1.eclass
@@
Hello all,
this is my third time posting this as it bounced before.
This time I'm compressing for this message to pass
This is my first patch email series and it concerns making io-uring a
global USE flag. Jaco Kroon also pointed out that we have an uring
USE flag which basically does the same.
Andreas Sturmlechner writes:
> Every once in a while, a package requires a really up to date active compiler
> in order to build successfully. ecm.eclass had inherited such a mechanism,
> albeit GCC specific, from older kde* eclasses. I don't think that is a good
> place for it so I suggest to ad