media-libs/jpeg-compat: Update cmake dependency by dropping it

It's covered by the eclass. We're way beyond the minimum version now.

Closes: https://github.com/anyc/steam-overlay/issues/353
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot 2024-01-17 23:11:28 +00:00
parent ff3b0a7883
commit de98a6015a
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137

View File

@ -1,9 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CMAKE_ECLASS=cmake
inherit cmake-multilib
MY_PN="libjpeg-turbo"
@ -21,7 +20,6 @@ ASM_DEPEND="|| ( dev-lang/nasm dev-lang/yasm )"
BDEPEND="
app-misc/pax-utils
>=dev-util/cmake-3.16.5
amd64? ( ${ASM_DEPEND} )
x86? ( ${ASM_DEPEND} )
"