Diff agent-shell-0.57.3-r1 with a agent-shell-0.74.1

/usr/portage/app-emacs/agent-shell/agent-shell-0.74.1.ebuild 2026-08-26 20:03:05.143809691 +0300
16 16
else
17 17
	SRC_URI="https://github.com/xenodium/${PN}/archive/refs/tags/v${PV}.tar.gz
18 18
		-> ${P}.gh.tar.gz"
19
	KEYWORDS="amd64 ~x86"
19
	KEYWORDS="~amd64 ~x86"
20 20
fi
21 21

  
22 22
LICENSE="GPL-3+"
23 23
SLOT="0"
24 24

  
25 25
RDEPEND="
26
	>=app-emacs/acp-0.12.2
27
	>=app-emacs/shell-maker-0.93.3
26
	>=app-emacs/acp-0.13.1
27
	>=app-emacs/shell-maker-0.97.2
28 28
"
29 29
BDEPEND="
30 30
	${RDEPEND}
Thank you!