media-gfx/iscan-plugin-gt-*: <iscan-3

The packages use iscan-registry which isn't present in iscan-3.

Closes: https://bugs.gentoo.org/712662
Closes: https://bugs.gentoo.org/751361
Closes: https://bugs.gentoo.org/855419
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44498
Closes: https://github.com/gentoo/gentoo/pull/44498
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate 2025-11-05 21:22:23 +02:00 committed by Sam James
parent 2ebfaabaad
commit 562eb4ec61
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
4 changed files with 21 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2025 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=7 EAPI=7
@ -17,7 +17,12 @@ SLOT="0"
KEYWORDS="-* ~amd64" KEYWORDS="-* ~amd64"
IUSE="minimal" IUSE="minimal"
DEPEND="minimal? ( >=media-gfx/iscan-2.21.0 )" DEPEND="
minimal? (
<media-gfx/iscan-3
>=media-gfx/iscan-2.21.0
)
"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
src_configure() { :; } src_configure() { :; }

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2025 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=7 EAPI=7
@ -19,7 +19,10 @@ LICENSE="AVASYS"
SLOT="0" SLOT="0"
KEYWORDS="-* amd64 x86" KEYWORDS="-* amd64 x86"
DEPEND=">=media-gfx/iscan-2.21.0" DEPEND="
<media-gfx/iscan-3
>=media-gfx/iscan-2.21.0
"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
QA_PREBUILT="usr/lib64/esci/libesci-interpreter-gt-f720.so*" QA_PREBUILT="usr/lib64/esci/libesci-interpreter-gt-f720.so*"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2025 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=7 EAPI=7
@ -20,7 +20,9 @@ LICENSE="AVASYS"
SLOT="0" SLOT="0"
KEYWORDS="-* ~amd64 ~x86" KEYWORDS="-* ~amd64 ~x86"
DEPEND=">=media-gfx/iscan-2.21.0 DEPEND="
<media-gfx/iscan-3
>=media-gfx/iscan-2.21.0
!!<media-gfx/iscan-plugin-gt-x770-2.1.2.1-r2" !!<media-gfx/iscan-plugin-gt-x770-2.1.2.1-r2"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2025 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=7 EAPI=7
@ -18,7 +18,10 @@ LICENSE="AVASYS"
SLOT="0" SLOT="0"
KEYWORDS="-* ~amd64 ~x86" KEYWORDS="-* ~amd64 ~x86"
DEPEND=">=media-gfx/iscan-2.21.0" DEPEND="
<media-gfx/iscan-3
>=media-gfx/iscan-2.21.0
"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
QA_PREBUILT="/opt/iscan/lib/libesintA1.so*" QA_PREBUILT="/opt/iscan/lib/libesintA1.so*"