Diff irssi-1.4.4-r1 with a irssi-1.4.5

/usr/portage/net-irc/irssi/irssi-1.4.5.ebuild 2024-12-25 14:59:51.247270144 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
39 39
	virtual/pkgconfig"
40 40
RDEPEND+=" selinux? ( sec-policy/selinux-irc )"
41 41

  
42
PATCHES=(
43
	"${FILESDIR}"/${P}-fix-usage-of-type-in-ExtUtils.patch
44
)
45

  
46 42
src_configure() {
47 43
	local emesonargs=(
48 44
		-Ddocdir="${EPREFIX}"/usr/share/doc/${PF}
Thank you!