Diff tempel-0.7 with a tempel-0.8

/usr/portage/app-emacs/tempel/tempel-0.8.ebuild 2023-10-09 14:52:28.716368331 +0300
9 9

  
10 10
DESCRIPTION="Templates with in-buffer field editing for GNU Emacs"
11 11
HOMEPAGE="https://github.com/minad/tempel/"
12
SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
13
	-> ${P}.tar.gz"
12

  
13
if [[ ${PV} == *9999* ]] ; then
14
	inherit git-r3
15
	EGIT_REPO_URI="https://github.com/minad/${PN}.git"
16
else
17
	SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
18
		-> ${P}.tar.gz"
19
	KEYWORDS="~amd64 ~x86"
20
fi
14 21

  
15 22
LICENSE="GPL-3+"
16 23
SLOT="0"
17
KEYWORDS="~amd64 ~x86"
18 24

  
19 25
RDEPEND=">=app-emacs/compat-29.1.3.4"
20 26
BDEPEND="${RDEPEND}"
Thank you!