Diff snapper-0.10.3 with a snapper-0.10.5-r1

/usr/portage/app-backup/snapper/snapper-0.10.5-r1.ebuild 2023-10-09 14:52:28.204368318 +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
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm64 ~riscv x86"
15
IUSE="doc lvm pam test systemd xattr"
14
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
15
IUSE="lvm pam test systemd xattr"
16 16
RESTRICT="test"
17 17

  
18 18
RDEPEND="dev-libs/boost:=
......
38 38
PATCHES=(
39 39
	"${FILESDIR}"/cron-confd.patch
40 40
	"${FILESDIR}"/${PN}-0.10.1-testsuite.patch
41
	"${FILESDIR}"/${P}-boost-1.81.patch
42 41
)
43 42

  
44 43
src_prepare() {
......
61 60
		--enable-btrfs-quota
62 61
		--disable-ext4
63 62
		--enable-btrfs
64
		$(use_enable doc)
63
		--enable-doc
65 64
		$(use_enable lvm)
66 65
		$(use_enable pam)
67 66
		$(use_enable test tests)
Thank you!