Diff with-editor-3.3.2 with a with-editor-9999

/usr/portage/app-emacs/with-editor/with-editor-9999.ebuild 2023-10-09 14:52:28.720368331 +0300
8 8
DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
9 9
HOMEPAGE="https://magit.vc/manual/with-editor/
10 10
	https://github.com/magit/with-editor/"
11
SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz
12
	-> ${P}.tar.gz"
11

  
12
if [[ ${PV} == *9999* ]] ; then
13
	inherit git-r3
14
	EGIT_REPO_URI="https://github.com/magit/${PN}.git"
15
else
16
	SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
17
		-> ${P}.tar.gz"
18
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
19
fi
13 20
S="${WORKDIR}"/${P}/lisp
14 21

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

  
19 25
RDEPEND="
20 26
	>=app-emacs/compat-29.1.4.1
Thank you!