diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-24 09:16:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-24 09:16:44 +0200 |
commit | a98a7d124049f3b0d29d897f1ee76058a27b7c1a (patch) | |
tree | e4eea3b033ef4c13add7e09e7c6839d5ec8c8382 /media-gfx | |
parent | net-nntp/nzbget: Keyword 21.1-r2 arm64, #872515 (diff) | |
download | gentoo-a98a7d124049f3b0d29d897f1ee76058a27b7c1a.tar.gz gentoo-a98a7d124049f3b0d29d897f1ee76058a27b7c1a.tar.bz2 gentoo-a98a7d124049f3b0d29d897f1ee76058a27b7c1a.zip |
media-gfx/photoqt: Add missing DEPEND
Uses QtConcurrent::run
Closes: https://bugs.gentoo.org/872602
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/photoqt/photoqt-2.9.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-gfx/photoqt/photoqt-2.9.1.ebuild b/media-gfx/photoqt/photoqt-2.9.1.ebuild index 26dc0b657581..af9a0fe11515 100644 --- a/media-gfx/photoqt/photoqt-2.9.1.ebuild +++ b/media-gfx/photoqt/photoqt-2.9.1.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="devil exif freeimage graphicsmagick imagemagick mpv pdf raw" -DEPEND=" +COMMON_DEPEND=" app-arch/libarchive:= app-arch/unrar dev-libs/pugixml @@ -41,7 +41,10 @@ DEPEND=" pdf? ( app-text/poppler[qt5] ) raw? ( media-libs/libraw:= ) " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + dev-qt/qtconcurrent:5 +" +RDEPEND="${COMMON_DEPEND} dev-qt/qtgraphicaleffects:5 dev-qt/qtquickcontrols:5 dev-qt/qtquickcontrols2:5 |