Diff elisp-manual-26.3 with a elisp-manual-27.2

/usr/portage/app-doc/elisp-manual/elisp-manual-27.2.ebuild 2023-10-09 14:52:28.268368319 +0300
1
# Copyright 1999-2021 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="The GNU Emacs Lisp Reference Manual"
7 7
HOMEPAGE="https://www.gnu.org/software/emacs/manual/"
......
10 10
S="${WORKDIR}/lispref"
11 11

  
12 12
LICENSE="FDL-1.3+"
13
SLOT="26"
13
SLOT="${PV%%.*}"
14 14
KEYWORDS="amd64 ppc ~riscv x86"
15 15

  
16 16
BDEPEND="sys-apps/texinfo"
Thank you!