A new QuaZip version is available since Apr 16. Reproducible: Always There's some Qt and CMake related changes, so maybe it'll be necessary to change the ebuild a bit!
Created attachment 771635 [details, diff] Proposed patch (based on the patch for 1.2) I tried bumping the version manually, and this seems to work. It's basically the same as the 1.2 patch, updated for the new CMakeLists.txt file.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c504c1ac975808a05b9928a5297133e12a7a9607 commit c504c1ac975808a05b9928a5297133e12a7a9607 Author: Thiago Donato Ferreira <flowlnlnln@gmail.com> AuthorDate: 2022-04-19 22:21:55 +0000 Commit: Andrew Ammerlaan <andrewammerlaan@gentoo.org> CommitDate: 2022-04-20 10:16:17 +0000 dev-libs/quazip: 1.3 version bump Closes: https://bugs.gentoo.org/839264 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25119 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> dev-libs/quazip/Manifest | 1 + dev-libs/quazip/files/quazip-1.3-cmake.patch | 84 ++++++++++++++++++++++++++++ dev-libs/quazip/quazip-1.3.ebuild | 47 ++++++++++++++++ 3 files changed, 132 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb929497dbc0fcc69a6e6086c05cefd4d19bb3b commit 8bb929497dbc0fcc69a6e6086c05cefd4d19bb3b Author: Sam James <sam@gentoo.org> AuthorDate: 2022-04-20 22:07:47 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-04-20 22:08:58 +0000 dev-libs/quazip: fix automagic Qt 5/6 usage; fix subslot - We can't rely on autodetection of Qt version because this would be an automagic dependency. - SONAME changed from 1.0 -> 1.3, so change subslot Bug: https://bugs.gentoo.org/839264 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/quazip/{quazip-1.3.ebuild => quazip-1.3-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)