mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
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:
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -25,15 +25,15 @@ RESTRICT="!test? ( test )"
|
|||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-cpp/tbb:=
|
dev-cpp/tbb:=
|
||||||
dev-libs/openssl
|
dev-libs/openssl:=
|
||||||
dev-qt/qtbase:6[gui,widgets,xml]
|
dev-qt/qtbase:6[gui,widgets,xml]
|
||||||
dev-qt/qtspeech:6
|
dev-qt/qtspeech:6
|
||||||
dev-qt/qtsvg:6
|
dev-qt/qtsvg:6
|
||||||
media-libs/blend2d
|
<media-libs/blend2d-0.20:=
|
||||||
media-libs/freetype
|
media-libs/freetype
|
||||||
media-libs/lcms
|
media-libs/lcms:2
|
||||||
media-libs/libjpeg-turbo
|
media-libs/libjpeg-turbo:=
|
||||||
media-libs/openjpeg
|
media-libs/openjpeg:=
|
||||||
virtual/zlib:=
|
virtual/zlib:=
|
||||||
"
|
"
|
||||||
DEPEND="$RDEPEND
|
DEPEND="$RDEPEND
|
||||||
|
|||||||
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -25,15 +25,15 @@ RESTRICT="!test? ( test )"
|
|||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-cpp/tbb:=
|
dev-cpp/tbb:=
|
||||||
dev-libs/openssl
|
dev-libs/openssl:=
|
||||||
dev-qt/qtbase:6[gui,widgets,xml]
|
dev-qt/qtbase:6[gui,widgets,xml]
|
||||||
dev-qt/qtspeech:6
|
dev-qt/qtspeech:6
|
||||||
dev-qt/qtsvg:6
|
dev-qt/qtsvg:6
|
||||||
media-libs/blend2d
|
>=media-libs/blend2d-0.20:=
|
||||||
media-libs/freetype
|
media-libs/freetype
|
||||||
media-libs/lcms
|
media-libs/lcms:2
|
||||||
media-libs/libjpeg-turbo
|
media-libs/libjpeg-turbo:=
|
||||||
media-libs/openjpeg
|
media-libs/openjpeg:=
|
||||||
virtual/zlib:=
|
virtual/zlib:=
|
||||||
"
|
"
|
||||||
DEPEND="$RDEPEND
|
DEPEND="$RDEPEND
|
||||||
|
|||||||
Reference in New Issue
Block a user