summaryrefslogtreecommitdiff
path: root/kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-08 21:24:43 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-08 21:24:43 +0000
commit4cf2f7cc6bbea59e8aec44b9508c759cf8bb4adf (patch)
tree839a94b536a4ef1c81281e42bf4be4a80483f24d /kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild
parent867ef65cd897014478ed65034b1ac3f139289a77 (diff)
gentoo auto-resync : 08:11:2022 - 21:24:43
Diffstat (limited to 'kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild')
-rw-r--r--kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild b/kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild
index feebf9696329..06d3e4e8fa23 100644
--- a/kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild
+++ b/kde-frameworks/kimageformats/kimageformats-5.99.0-r3.ebuild
@@ -15,7 +15,7 @@ LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE="avif eps heif jpegxl openexr raw"
-DEPEND="
+RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5
=kde-frameworks/karchive-${PVCUT}*:5
avif? ( >=media-libs/libavif-0.8.2:= )
@@ -25,7 +25,9 @@ DEPEND="
openexr? ( >=media-libs/openexr-3:= )
raw? ( media-libs/libraw:= )
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ test? ( heif? ( media-libs/libheif[x265] ) )
+"
DOCS=( src/imageformats/AUTHORS )