summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/nitrocli: Add patch fixing musl 1.2.4 buildDaniel Müller2024-01-201-0/+16
| | | | | | | | | | | 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>
* app-crypt/nitrocli: Remove 0.2.3-r1 ebuildDaniel Mueller2019-11-071-52/+0
| | | | | | | | 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>
* app-crypt/nitrocli: Add patch for build failure with Rust 1.35Daniel Mueller2019-05-271-0/+52
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>