Diff rsnapshot-1.4.4-r1 with a rsnapshot-1.4.5-r1

/usr/portage/app-backup/rsnapshot/rsnapshot-1.4.5-r1.ebuild 2023-10-09 14:52:28.204368318 +0300
7 7
HOMEPAGE="https://www.rsnapshot.org"
8 8
SRC_URI="https://www.rsnapshot.org/downloads/${P}.tar.gz"
9 9

  
10
SLOT="0"
11 10
LICENSE="GPL-2"
12
KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
13 13

  
14
RDEPEND="
15
	>=dev-lang/perl-5.8.2
14
RDEPEND=">=dev-lang/perl-5.8.2
16 15
	dev-perl/Lchown
17 16
	>=sys-apps/util-linux-2.12-r4
18 17
	>=sys-apps/coreutils-5.0.91-r4
......
26 25
	sed -i -e 's:/etc/rsnapshot.conf.default:rsnapshot.conf.default:' rsnapshot-program.pl || die
27 26
}
28 27

  
28
src_test() {
29
	emake test
30
}
31

  
29 32
src_install() {
30 33
	docompress -x "/usr/share/doc/${PF}/rsnapshot.conf.default"
31 34

  
......
46 49

  
47 50
pkg_postinst() {
48 51
	elog "The template configuration file has been installed as"
49
	elog "  /usr/share/doc/${PF}/rsnapshot.conf.default"
50
	elog "Copy and edit the the above file as /etc/rsnapshot.conf"
52
	elog "  ${EROOT}/usr/share/doc/${PF}/rsnapshot.conf.default"
53
	elog "Copy and edit the the above file as ${EROOT}/etc/rsnapshot.conf"
51 54
}
Thank you!