Diff spek-0.8.4 with a spek-0.8.5

/usr/portage/media-sound/spek/spek-0.8.5.ebuild 2023-10-09 14:52:31.804368408 +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
......
16 16
KEYWORDS="~amd64"
17 17

  
18 18
RDEPEND="
19
	media-video/ffmpeg:=
20
	x11-libs/wxGTK:${WX_GTK_VER}[X]"
19
	>=media-video/ffmpeg-5:=
20
	x11-libs/wxGTK:${WX_GTK_VER}[X]
21
"
21 22
DEPEND="${RDEPEND}"
22 23
BDEPEND="
23 24
	sys-devel/gettext
24
	virtual/pkgconfig"
25
	virtual/pkgconfig
26
"
25 27

  
26 28
PATCHES=(
27 29
	"${FILESDIR}"/${PN}-0.8.4-disable-updates.patch
Thank you!