Diff yydecode-0.2.10-r1 with a yydecode-0.2.10-r2

/usr/portage/net-news/yydecode/yydecode-0.2.10-r2.ebuild 2023-10-09 14:52:34.728368482 +0300
1
# Copyright 1999-2021 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
......
11 11
SLOT="0"
12 12
KEYWORDS="~alpha amd64 arm ~ppc ~sparc x86"
13 13

  
14
PATCHES=(
15
	"${FILESDIR}"/${PN}-0.2.10-fix-strcmp-not-found.patch
16
)
17

  
14 18
src_prepare() {
15 19
	default
16 20
	sed -e "s/t3.sh//" -e "s/t7.sh//" -i checks/Makefile.in || die
Thank you!