Diff irssi-xmpp-0.54 with a irssi-xmpp-0.54-r1

/usr/portage/net-irc/irssi-xmpp/irssi-xmpp-0.54-r1.ebuild 2023-10-09 14:52:34.460368475 +0300
1 1
# Copyright 1999-2022 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

  
......
9 9
HOMEPAGE="https://github.com/cdidier/irssi-xmpp"
10 10
SRC_URI="https://github.com/cdidier/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11 11
SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-musl-build.patch"
12
SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-irssi.patch.xz"
12 13

  
13 14
LICENSE="GPL-2"
14 15
SLOT="0"
......
21 22
"
22 23
RDEPEND="${DEPEND}"
23 24

  
25
PATCHES=(
26
	"${DISTDIR}"/${P}-musl-build.patch
27
	"${WORKDIR}"/${P}-irssi.patch
28
)
29

  
24 30
src_prepare() {
25 31
	default
26 32

  
27
	eapply "${DISTDIR}/${PN}-0.54-musl-build.patch"
28

  
29 33
	sed -e "s/{MAKE} doc-install/{MAKE}/" \
30 34
		-i Makefile || die #322355
31 35
}
Thank you!