Diff pos-tip-0.4.6_p20191227 with a pos-tip-0.4.7

/usr/portage/app-emacs/pos-tip/pos-tip-0.4.7.ebuild 2023-10-09 14:52:28.704368330 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
COMMIT=179cc126b363f72ca12fab1e0dc462ce0ee79742
7

  
8 6
inherit elisp
9 7

  
10 8
DESCRIPTION="Show tooltip at point"
11 9
HOMEPAGE="https://github.com/pitkali/pos-tip/"
12
SRC_URI="https://github.com/pitkali/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
13
S="${WORKDIR}"/${PN}-${COMMIT}
10

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

  
15 20
LICENSE="GPL-2+"
16 21
SLOT="0"
17
KEYWORDS="~amd64 ~x86"
18 22

  
19 23
SITEFILE="50${PN}-gentoo.el"
Thank you!