commit: 89226c211c3e97d78092932c69863101496dd252 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 17 07:26:00 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Feb 17 07:26:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89226c21
app-emacs/avy: Fix test failure Closes: https://bugs.gentoo.org/833512 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/avy/avy-0.5.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-emacs/avy/avy-0.5.0.ebuild b/app-emacs/avy/avy-0.5.0.ebuild index 600a7ba7c2eb..d4250402507e 100644 --- a/app-emacs/avy/avy-0.5.0.ebuild +++ b/app-emacs/avy/avy-0.5.0.ebuild @@ -14,10 +14,13 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -ELISP_REMOVE="avy-test.el" SITEFILE="50${PN}-gentoo.el" src_test() { ${EMACS} ${EMACSFLAGS} -l avy.el -l avy-test.el \ -f ert-run-tests-batch-and-exit || die "tests failed" } + +src_install() { + elisp-install ${PN} avy.{el,elc} +}
