Hi all,
I was recently left as the sole maintainer of net-misc/frr and given I'm
not actively using the package anymore it would be good if someone who
is an active user could take over. There are several open bugs and a new
upstream release.
I can stay as a secondary maintainer and help out
On Tue, 11 Jul 2023, Ulrich Mueller wrote:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6412ecf83a0465531c65b115b0e3ff8d875296
Thank you!
Andrey
Hi,
Here's a quick patchset on top of vimproved's patchset to remove
`--reflink=auto` calls from the eclasses. It does two things:
1. Update the eclass to assume PyPy3.10 (and therefore cease supporting
PyPy3.9 as a target).
2. Strip LTO flags when distutils-r1 is used with cargo.eclass.
Th
Signed-off-by: Michał Górny
---
eclass/python-utils-r1.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 40c15b65d7a5..81051699f1d9 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.
Signed-off-by: Michał Górny
---
eclass/python-utils-r1.eclass | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 81051699f1d9..a395538be39c 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-util
Signed-off-by: Michał Górny
---
eclass/distutils-r1.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 046277d0371c..924e83b54ad8 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1718
Strip LTO flags when cargo.eclass is inherited. This means that Rust
extensions are being built, and linking them with C/C++ style LTO
results in broken shared libraries.
Closes: https://bugs.gentoo.org/910220
Signed-off-by: Michał Górny
---
eclass/distutils-r1.eclass | 7 +++
1 file change
Hello Jakov,
On Wed 12 Jul 2023 10:54:47 GMT, Jakov Smolić wrote:
> Hi all,
> I was recently left as the sole maintainer of net-misc/frr and given I'm
> not actively using the package anymore it would be good if someone who
> is an active user could take over. There are several open bugs and a n
> On Wed, 12 Jul 2023, Michał Górny wrote:
> + if [[ ${_CARGO_ECLASS} ]]; then
> + filter-lto
> + fi
Testing for an internal variable of another eclass seems less than
ideal. How about "has cargo ${INHERITED}" instead?
Ulrich
signature.asc
Description: PGP signature
On Wed, 2023-07-12 at 19:42 +0200, Ulrich Mueller wrote:
> > > > > > On Wed, 12 Jul 2023, Michał Górny wrote:
>
> > + if [[ ${_CARGO_ECLASS} ]]; then
> > + filter-lto
> > + fi
>
> Testing for an internal variable of another eclass seems less than
> ideal. How about "has cargo ${INHE
Hello,
Long time no see. Update on the feature request: Michał Górny rejected
Florian's the pull request, raising concerns regarding the use of gentoo
specific tooling;
stating that eselect-repository should work (as I understood it) as a
standalone program.
Originally, Górny suggested updating t
Thank you all for your proposals and clarifications. I had just looked
at myspell-en ebuild and thought every one of them comes from
LibreOffice, I was wrong in that respect.
I will look closely at the matter and maybe find a single upstream if
one exists. I am to maintain hunspell itself, so
On 7/12/23 15:18, Alarig Le Lay wrote:
Hello Jakov,
On Wed 12 Jul 2023 10:54:47 GMT, Jakov Smolić wrote:
Hi all,
I was recently left as the sole maintainer of net-misc/frr and given I'm
not actively using the package anymore it would be good if someone who
is an active user could take over.
13 matches
Mail list logo