commit: c93bb066cd94e17787a741d5ef838152023692f3 Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com> AuthorDate: Sun Sep 18 22:12:52 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Sep 20 10:26:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93bb066
dev-libs/quazip: add Qt5Compat DEPEND for the Qt6 build Signed-off-by: Thiago Donato Ferreira <flowlnlnln <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27338 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-libs/quazip/quazip-1.3-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/quazip/quazip-1.3-r2.ebuild b/dev-libs/quazip/quazip-1.3-r2.ebuild index 9f2752897d51..43fff2cf2b47 100644 --- a/dev-libs/quazip/quazip-1.3-r2.ebuild +++ b/dev-libs/quazip/quazip-1.3-r2.ebuild @@ -31,6 +31,7 @@ DEPEND="${COMMON_DEPEND} ) qt6? ( dev-qt/qtbase:6[gui,network] + dev-qt/qt5compat:6 ) ) "