Diff matwm2-0.1.2_pre3-r2 with a matwm2-0.1.2_pre3-r3

/usr/portage/x11-wm/matwm2/matwm2-0.1.2_pre3-r3.ebuild 2023-10-09 14:52:36.000368514 +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
......
58 58
	doins "${FILESDIR}"/${PN}.desktop
59 59

  
60 60
	exeinto /etc/X11/Sessions
61
	newexe - matwm2 <<- _EOF_
62
		matwm2
63
	_EOF_
61
	newexe - ${PN} <<-EOF
62
	#!/bin/sh
63
	${PN}
64
	EOF
64 65
}
Thank you!