From df0ae35e2cbed9ff04fadf14ce4b5574440c1607 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sat, 6 Aug 2022 21:32:38 +0200 Subject: Added fix media-libs/jasper, solved issue #265 Signed-off-by: ormorph --- media-libs/jasper/jasper-2.0.16.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media-libs/jasper/jasper-2.0.16.ebuild') diff --git a/media-libs/jasper/jasper-2.0.16.ebuild b/media-libs/jasper/jasper-2.0.16.ebuild index 7712bb0c..ad71ee56 100644 --- a/media-libs/jasper/jasper-2.0.16.ebuild +++ b/media-libs/jasper/jasper-2.0.16.ebuild @@ -2,8 +2,8 @@ # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -EAPI="7" - +EAPI="8" +CMAKE_ECLASS="cmake" inherit cmake-multilib DESCRIPTION="Implementation of the codec specified in the JPEG-2000 Part-1 standard" @@ -69,5 +69,5 @@ multilib_src_configure() { ) fi - cmake-utils_src_configure + cmake_src_configure } -- cgit v1.2.1