app-emacs/sharpert: fix dependencies

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2023-10-22 22:15:16 +02:00
parent 3151541ffb
commit 408d9c193e

View File

@@ -3,6 +3,8 @@
EAPI=8
NEED_EMACS=27.1
inherit elisp
DESCRIPTION=".NET SDK CLI wrapper for GNU Emacs using Transient"
@@ -25,5 +27,12 @@ fi
LICENSE="MIT"
SLOT="0"
RDEPEND="
app-emacs/transient
"
BDEPEND="
${RDEPEND}
"
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"