Diff pass-1.7.4-r5 with a pass-9999

/usr/portage/app-admin/pass/pass-9999.ebuild 2026-01-27 11:18:04.378431178 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
NEED_EMACS=26.1
6 7
inherit bash-completion-r1 elisp-common
7 8

  
8 9
if [[ ${PV} = 9999* ]]; then
......
12 13
	SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz"
13 14
	S="${WORKDIR}/password-store-${PV}"
14 15

  
15
	KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~arm64-macos ~x64-macos"
16
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
16 17
fi
17 18

  
18 19
DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely"
......
23 24
IUSE="+git wayland X emacs dmenu importers"
24 25

  
25 26
RDEPEND="
26
	|| (
27
		app-alternatives/gpg[reference]
28
		app-alternatives/gpg[freepg(-)]
29
	)
27
	app-crypt/gnupg
30 28
	media-gfx/qrencode[png(+)]
31 29
	>=app-text/tree-1.7.0
32 30
	git? ( dev-vcs/git )
......
34 32
	X? ( x11-misc/xclip )
35 33
	elibc_Darwin? ( app-misc/getopt )
36 34
	dmenu? ( x11-misc/dmenu x11-misc/xdotool )
37
	emacs? ( >=app-editors/emacs-25.1:* >=app-emacs/s-1.9.0 >=app-emacs/with-editor-2.5.11 )
35
	emacs? ( >=app-editors/emacs-26.1:* >=app-emacs/with-editor-2.5.11 )
38 36
"
39 37

  
40 38
src_prepare() {
Thank you!