Added fix media-libs/jasper, solved issue #265

Signed-off-by: ormorph <roma251078@mail.ru>
pull/266/head
ormorph 2 years ago
parent 847ca6ea8c
commit df0ae35e2c

@ -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
}

@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
CMAKE_ECLASS="cmake"
inherit cmake-multilib
DESCRIPTION="Implementation of the codec specified in the JPEG-2000 Part-1 standard"
@ -62,5 +62,5 @@ multilib_src_configure() {
# Doxygen
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(multilib_native_usex doc OFF ON)
)
cmake-utils_src_configure
cmake_src_configure
}

Loading…
Cancel
Save