> On Fri, 02 Jul 2021, William Hubbs wrote:
> # Go packages should not be stripped with strip(1).
> -RESTRICT+=" strip"
> +if [[ ${EAPI} == 7 ]]; then
> + RESTRICT+=" strip"
> +else
> + RESTRICT=" strip"
> +fi
There was a previous discussion in the QA team that we shouldn't do such
it's needed to be present in all ebuilds for
crate auditing tools to work properly.
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 17 +
1 file changed, 17 insertions(+)
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass
index 9923b1c9deb2..50237d302ce6 100644
---
remove cargo-snapshot* unpacker, it was needed
for separate dev-util/cargo we used to have.
Bug: https://bugs.gentoo.org/715890
Signed-off-by: Georgy Yakovlev
---
eclass/cargo.eclass | 39 ++-
1 file changed, 26 insertions(+), 13 deletions(-)
diff --git a/ecl
Hi, Russian translation attached.
>From eba38cc083c51fe6e1325920a8c976b8ae697a1e Mon Sep 17 00:00:00 2001
From: Alexey Sokolov
Date: Thu, 1 Jul 2021 23:49:22 +0100
Subject: [PATCH] Translate libxcrypt news to Russian
Bug: https://bugs.gentoo.org/699422
Signed-off-by: Alexey Sokolov
---
.../2021
Signed-off-by: William Hubbs
---
eclass/go-module.eclass | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
index c11895944cd..a8a3a7e26a7 100644
--- a/eclass/go-module.eclass
+++ b/eclass/go-module.eclass
@@ -7,7 +7,7
On 2021-06-22 10:35, Marek Szuba wrote:
Seeing as in the end this USE flag is not going anywhere in spite of
Gentoo no longer providing PaX-capable kernel sources, could we please
rename it (e.g. to 'pax-kernel') so that it no longer contains a
disallowed character.
Done. Now the old name on
On Thu, 2021-07-01 at 09:14 +0200, Andrew Ammerlaan wrote:
> As suggested by Soap (Thank You!)
>
> Makes this part more future proof, and removes the "," that shouldn't
> have been there.
>
> diff --git a/eclass/docs.eclass b/eclass/docs.eclass
> index f49c6aeab9d..684ab26919c 100644
> --- a/ecl
As suggested by Soap (Thank You!)
Makes this part more future proof, and removes the "," that shouldn't
have been there.
diff --git a/eclass/docs.eclass b/eclass/docs.eclass
index f49c6aeab9d..684ab26919c 100644
--- a/eclass/docs.eclass
+++ b/eclass/docs.eclass
@@ -378,7 +378,7 @@ case ${DOCS_