| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
On a system with sys-libs/musl 1.2.4, the crate fails to build with an
undefined reference to `open64'.
Fix the issue by adding a patch bumping the version of the libc crate.
Closes: https://bugs.gentoo.org/922317
Signed-off-by: Daniel Müller <deso@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/34902
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
|
|
|
| |
This change removes the nitrocli-0.2.3-r1 ebuild. Version 0.2.4 of
the program should be used as there are no known problems with it.
Signed-off-by: Daniel Müller <deso@posteo.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
With dev-lang/rust-1.35 (or higher, presumably) nitrocli fails to build
because of a unused comments that are flagged starting with this
version.
The change has been fixed upstream and with this change we add a patch
back porting the fix to 0.2.3.
Closes: https://bugs.gentoo.org/686870
Signed-off-by: Daniel Müller <deso@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/12119
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
|