mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
2ebfaabaad
commit
562eb4ec61
@ -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() { :; }
|
||||||
@ -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*"
|
||||||
@ -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}"
|
||||||
|
|
||||||
@ -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*"
|
||||||
Loading…
x
Reference in New Issue
Block a user