Diff fswatch-1.16.0 with a fswatch-1.17.1

/usr/portage/sys-fs/fswatch/fswatch-1.17.1.ebuild 2023-10-09 14:52:35.512368502 +0300
1
# Copyright 2022-2022 Gentoo Authors
1
# Copyright 2022-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
inherit toolchain-funcs
7 7

  
......
10 10
SRC_URI="https://github.com/emcrisostomo/${PN}/releases/download/${PV}/${P}.tar.gz"
11 11

  
12 12
LICENSE="GPL-3"
13
SLOT="0"
13
SLOT="0/13"
14 14
KEYWORDS="~amd64 ~x86"
15 15

  
16 16
IUSE="nls static-libs"
Thank you!