Diff gst-plugins-ofa-1.18.6 with a gst-plugins-ofa-1.20.6

/usr/portage/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.20.6.ebuild 2023-10-09 14:52:31.732368407 +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=7
......
7 7
inherit gstreamer-meson
8 8

  
9 9
DESCRIPTION="MusicIP audio fingerprinting plugin for GStreamer"
10
KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
10
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
11 11
IUSE=""
12 12

  
13 13
RDEPEND=">=media-libs/libofa-0.9.3-r1[${MULTILIB_USEDEP}]"
Thank you!