Diff transient-0.12.0-r1 with a transient-9999

/usr/portage/app-emacs/transient/transient-9999.ebuild 2026-07-11 20:03:05.930342838 +0300
19 19
	SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
20 20
		-> ${P}.gh.tar.gz"
21 21

  
22
	KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
22
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
23 23
fi
24 24

  
25 25
LICENSE="GPL-3+"
26 26
SLOT="0"
27 27

  
28 28
RDEPEND="
29
	app-emacs/compat
30
	app-emacs/cond-let
29
	>=app-emacs/compat-30.1.0.1
30
	>=app-emacs/cond-let-1.0.0
31
	>=app-emacs/llama-1.0
31 32
"
32 33
BDEPEND="
33 34
	${RDEPEND}
......
38 39
ELISP_TEXINFO="docs/${PN}.texi"
39 40
SITEFILE="50${PN}-gentoo.el"
40 41

  
41
elisp-enable-tests ert test -l "${PN}-tests"
42
elisp-enable-tests ert ./test/ -l "./test/${PN}-tests.el"
42 43

  
43 44
src_prepare() {
44 45
	mv ./lisp/*.el . || die
45

  
46 46
	elisp_src_prepare
47 47
}
Thank you!