Diff mmm-mode-0.5.9 with a mmm-mode-0.5.10

/usr/portage/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild 2023-10-09 14:52:28.700368330 +0300
8 8
DESCRIPTION="Enables the user to edit different parts of a file in different major modes"
9 9
HOMEPAGE="http://mmm-mode.sourceforge.net/
10 10
	https://github.com/dgutov/mmm-mode/"
11
SRC_URI="https://github.com/dgutov/${PN}/archive/${PV}.tar.gz
12
	-> ${P}.tar.gz"
11

  
12
if [[ "${PV}" == *9999* ]] ; then
13
	inherit git-r3
14

  
15
	EGIT_REPO_URI="https://github.com/dgutov/${PN}.git"
16
else
17
	SRC_URI="https://github.com/dgutov/${PN}/archive/${PV}.tar.gz
18
		-> ${P}.tar.gz"
19

  
20
	KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
21
fi
13 22

  
14 23
LICENSE="GPL-2+ Texinfo-manual"
15 24
SLOT="0"
16
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
17 25

  
18 26
BDEPEND="sys-apps/texinfo"
19 27

  
20
SITEFILE="50${PN}-gentoo.el"
21
ELISP_TEXINFO="mmm.texi"
22 28
DOCS=( AUTHORS FAQ NEWS README README.Mason TODO )
29
ELISP_TEXINFO="mmm.texi"
30
SITEFILE="50${PN}-gentoo.el"
Thank you!