Diff avy-embark-collect-0.22.1_p20230630 with a avy-embark-collect-0.23

/usr/portage/app-emacs/avy-embark-collect/avy-embark-collect-0.23.ebuild 2023-10-09 14:52:28.672368329 +0300
8 8
DESCRIPTION="Use avy to jump to Embark Collect entries"
9 9
HOMEPAGE="https://github.com/oantolin/embark/"
10 10

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

  
13 14
	EGIT_REPO_URI="https://github.com/oantolin/embark.git"
14 15
else
15
	[[ ${PV} == *_p20230630 ]] && COMMIT=f2dcfe4d797a3ab66bb603d5cf441ae1172a672d
16
	SRC_URI="https://github.com/oantolin/embark/archive/${COMMIT}.tar.gz
16
	SRC_URI="https://github.com/oantolin/embark/archive/${PV}.tar.gz
17 17
		-> embark-${PV}.tar.gz"
18
	S="${WORKDIR}"/embark-${COMMIT}
19
	KEYWORDS="amd64 ~x86"
18
	S="${WORKDIR}/embark-${PV}"
19

  
20
	KEYWORDS="~amd64 ~x86"
20 21
fi
21 22

  
22 23
LICENSE="GPL-3+"
Thank you!