Diff reformatter-0.6 with a reformatter-0.7

/usr/portage/app-emacs/reformatter/reformatter-0.7.ebuild 2024-07-02 13:51:43.813851453 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13

  
14 14
LICENSE="GPL-3+"
15 15
SLOT="0"
16
KEYWORDS="~amd64 ~x86"
16
KEYWORDS="amd64 ~x86"
17 17
RESTRICT="test"  # Tests need "shfmt"
18 18

  
19 19
DOCS=( README.md )
Thank you!