diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-23 13:20:14 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-23 13:20:49 +0200 |
commit | 79afacaddbb1a11ef2bbdd47f79760a5bed89639 (patch) | |
tree | 07ec1bd25fc97f1e982541080f1a1befe862ce6b /app-editors/qxmledit | |
parent | dev-util/rgbds: update maintainers (diff) | |
download | gentoo-79afacaddbb1a11ef2bbdd47f79760a5bed89639.tar.gz gentoo-79afacaddbb1a11ef2bbdd47f79760a5bed89639.tar.bz2 gentoo-79afacaddbb1a11ef2bbdd47f79760a5bed89639.zip |
app-editors/qxmledit: fix dependencies on Qt imageformats
Closes: https://bugs.gentoo.org/925300
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/qxmledit')
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.9.18-r1.ebuild (renamed from app-editors/qxmledit/qxmledit-0.9.18.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/qxmledit/qxmledit-0.9.18.ebuild b/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 |