Diff tmpreaper-1.6.14 with a tmpreaper-1.6.17

/usr/portage/app-admin/tmpreaper/tmpreaper-1.6.17.ebuild 2023-10-09 14:52:28.172368317 +0300
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="A utility for removing files based on when they were last accessed"
7 7
HOMEPAGE="https://packages.debian.org/sid/tmpreaper"
......
17 17

  
18 18
RDEPEND=""
19 19

  
20
# fix protect patch from debian bug 636459
21 20
PATCHES=(
22
	"${FILESDIR}"/${PN}-1.6.13-fix-protect.patch
23 21
	"${FILESDIR}"/${PN}-1.6.13-gentoo.patch
24 22
)
25 23

  
Thank you!