Diff rudel-0.3.1 with a rudel-0.3.2

/usr/portage/app-emacs/rudel/rudel-0.3.2.ebuild 2023-10-09 14:52:28.708368330 +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
inherit readme.gentoo-r1 elisp
6
inherit elisp readme.gentoo-r1
7 7

  
8 8
DESCRIPTION="Collaborative editing environment for GNU Emacs"
9 9
HOMEPAGE="http://rudel.sourceforge.net/
......
15 15
KEYWORDS="~amd64 ~x86"
16 16

  
17 17
ELISP_REMOVE="${PN}-pkg.el"
18
SITEFILE="60${PN}-gentoo-${PV}.el"
18
SITEFILE="60${PN}-gentoo-0.3.1.el"
19 19

  
20 20
src_install() {
21 21
	elisp-install ${PN} *.el *.elc
Thank you!