commit: 79afacaddbb1a11ef2bbdd47f79760a5bed89639 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 23 11:20:14 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Feb 23 11:20:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79afacad
app-editors/qxmledit: fix dependencies on Qt imageformats Closes: https://bugs.gentoo.org/925300 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../qxmledit/{qxmledit-0.9.18.ebuild => qxmledit-0.9.18-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-editors/qxmledit/qxmledit-0.9.18.ebuild b/app-editors/qxmledit/qxmledit-0.9.18-r1.ebuild similarity index 96% rename from app-editors/qxmledit/qxmledit-0.9.18.ebuild rename to app-editors/qxmledit/qxmledit-0.9.18-r1.ebuild index 7cb89f9e07c6..991f54019207 100644 --- a/app-editors/qxmledit/qxmledit-0.9.18.ebuild +++ b/app-editors/qxmledit/qxmledit-0.9.18-r1.ebuild @@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~riscv ~x86" DEPEND=" dev-qt/qtconcurrent:5 dev-qt/qtcore:5 - dev-qt/qtgui:5 + dev-qt/qtgui:5[jpeg] + dev-qt/qtimageformats:5[mng] dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtprintsupport:5
