Diff rtorrent-0.9.8-r1 with a rtorrent-0.9.8-r2

/usr/portage/net-p2p/rtorrent/rtorrent-0.9.8-r2.ebuild 2023-10-09 14:52:34.744368483 +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
......
28 28

  
29 29
DOCS=( doc/rtorrent.rc )
30 30

  
31
PATCHES=(
32
	"${FILESDIR}/${P}-bgo891995.patch"
33
)
34

  
31 35
pkg_setup() {
32 36
	if ! linux_config_exists || ! linux_chkconfig_present IPV6; then
33 37
		ewarn "rtorrent will not start without IPv6 support in your kernel"
Thank you!