Diff setup-1.3.0 with a setup-1.3.2

/usr/portage/app-emacs/setup/setup-1.3.2.ebuild 2023-10-09 14:52:28.712368330 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
NEED_EMACS=26
5

  
6
NEED_EMACS=26.1
6 7

  
7 8
# The upstream does not create git tags for releases.
8
MY_HASH=eece09d1151fd641f31d738b8c62742918993e95
9
MY_HASH=28926bd11eef6118f4e169d10c1c36b8c4e545ae
9 10

  
10 11
inherit elisp
11 12

  
......
18 19
SLOT="0"
19 20
KEYWORDS="~amd64 ~x86"
20 21

  
22
DOCS=( README.md )
21 23
SITEFILE="50${PN}-gentoo.el"
22 24

  
23 25
src_compile() {
Thank you!