Diff frei0r-plugins-1.7.0-r2 with a frei0r-plugins-1.8.0

/usr/portage/media-plugins/frei0r-plugins/frei0r-plugins-1.8.0.ebuild 2023-10-09 14:52:31.724368406 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13

  
14 14
LICENSE="GPL-2"
15 15
SLOT="0"
16
KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv x86"
16
KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv x86"
17 17
IUSE="doc +facedetect +scale0tilt"
18 18

  
19 19
RDEPEND="x11-libs/cairo[${MULTILIB_USEDEP}]
......
21 21
	scale0tilt? ( >=media-libs/gavl-1.2.0[${MULTILIB_USEDEP}] )"
22 22
DEPEND="${RDEPEND}"
23 23

  
24
DOCS=( AUTHORS.txt ChangeLog.txt README.txt TODO.txt )
25
PATCHES=( "${FILESDIR}/ocv4.patch" )
24
DOCS=( AUTHORS.txt ChangeLog.txt README.txt )
26 25

  
27 26
src_prepare() {
28 27
	cmake_src_prepare
Thank you!