Diff getmail-6.19.12 with a getmail-6.20.00

/usr/portage/net-mail/getmail/getmail-6.20.00.ebuild 2026-08-12 20:03:04.582701428 +0300
24 24
	"${FILESDIR}/${PN}-revert-doc-path.patch"
25 25
)
26 26

  
27
# tests require a mail server
28
RESTRICT="test"
29

  
27 30
python_prepare_all() {
28 31
	# Use gentoo version number (including revision) for doc dir and remove COPYING file
29 32
	sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \
Thank you!