media-gfx/pdf4qt: limit max blend2d version

Also add subslots to dependencies.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
This commit is contained in:
Alexander Golubev
2026-03-05 18:19:52 +03:00
parent 211641bd99
commit cdb4b87545
2 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2024-2025 Gentoo Authors
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,15 +25,15 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-cpp/tbb:=
dev-libs/openssl
dev-libs/openssl:=
dev-qt/qtbase:6[gui,widgets,xml]
dev-qt/qtspeech:6
dev-qt/qtsvg:6
media-libs/blend2d
<media-libs/blend2d-0.20:=
media-libs/freetype
media-libs/lcms
media-libs/libjpeg-turbo
media-libs/openjpeg
media-libs/lcms:2
media-libs/libjpeg-turbo:=
media-libs/openjpeg:=
virtual/zlib:=
"
DEPEND="$RDEPEND

View File

@@ -1,4 +1,4 @@
# Copyright 2024-2025 Gentoo Authors
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -25,15 +25,15 @@ RESTRICT="!test? ( test )"
RDEPEND="
dev-cpp/tbb:=
dev-libs/openssl
dev-libs/openssl:=
dev-qt/qtbase:6[gui,widgets,xml]
dev-qt/qtspeech:6
dev-qt/qtsvg:6
media-libs/blend2d
>=media-libs/blend2d-0.20:=
media-libs/freetype
media-libs/lcms
media-libs/libjpeg-turbo
media-libs/openjpeg
media-libs/lcms:2
media-libs/libjpeg-turbo:=
media-libs/openjpeg:=
virtual/zlib:=
"
DEPEND="$RDEPEND