Diff with-editor-3.5.2 with a with-editor-9999

/usr/portage/app-emacs/with-editor/with-editor-9999.ebuild 2026-06-10 19:17:06.520333113 +0300
3 3

  
4 4
EAPI=9
5 5

  
6
NEED_EMACS="28.1"
7

  
8 6
inherit elisp
9 7

  
10 8
DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
......
13 11

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

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

  
21
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
20
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
22 21
fi
23 22

  
24 23
S="${WORKDIR}/${P}/lisp"
......
29 28
RDEPEND="
30 29
	>=app-emacs/compat-31.0
31 30
	>=app-emacs/cond-let-1.1
32
	>=app-emacs/llama-1.0
33 31
"
34 32
BDEPEND="
35 33
	${RDEPEND}
Thank you!