Diff id3ted-1.0 with a id3ted-1.0-r1

/usr/portage/media-sound/id3ted/id3ted-1.0-r1.ebuild 2025-02-03 17:39:34.146671626 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit toolchain-funcs
7 7

  
......
14 14
KEYWORDS="amd64 x86"
15 15

  
16 16
RDEPEND="
17
	media-libs/taglib
17
	media-libs/taglib:=
18 18
	sys-apps/file"
19 19
DEPEND="${RDEPEND}"
20 20

  
21
PATCHES=( "${FILESDIR}/${P}-outofbounds.patch" )
21
PATCHES=(
22
	"${FILESDIR}/${P}-outofbounds.patch"
23
	"${FILESDIR}/${P}-fix-build-taglib2.patch"
24
)
22 25

  
23 26
pkg_setup() {
24 27
	export PREFIX="/usr"
Thank you!