Diff ess-18.10.2-r2 with a ess-18.10.2-r3

/usr/portage/app-emacs/ess/ess-18.10.2-r3.ebuild 2023-10-09 14:52:28.688368330 +0300
1 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
inherit elisp readme.gentoo-r1
7 7

  
......
11 11

  
12 12
LICENSE="GPL-2+ GPL-3+ Texinfo-manual"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
14
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
15 15
RESTRICT="test"
16 16

  
17 17
BDEPEND="app-text/texi2html
......
39 39

  
40 40
	# Version 18* doesn't install *.el files any more #685978
41 41
	elisp-install ${PN} lisp/*.{el,elc} lisp/obsolete/*.{el,elc}
42
	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
42
	elisp-make-site-file "${SITEFILE}" ${PN} "(load \"ess-autoloads\" nil t)"
43 43

  
44 44
	# Most documentation is installed by the package's build system.
45 45
	dodoc ChangeLog *NEWS doc/TODO
46 46
	newdoc doc/ChangeLog ChangeLog-doc
47 47

  
48
	DOC_CONTENTS="Please see /usr/share/doc/${PF} for the complete
49
		documentation. Usage hints are in ${SITELISP}/${PN}/ess-site.el ."
48
	local DOC_CONTENTS="\
49
		Please see /usr/share/doc/${PF} for the complete documentation."
50 50
	readme.gentoo_create_doc
51 51
}
Thank you!