commit:     4c034f91caed438b361c0db217f99e3c00e4c735
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  1 20:27:08 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 20:28:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c034f91

app-emacs/epl: remove ert-runner dependency

to make our lives easier ;^)

Bug: https://bugs.gentoo.org/862858
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/epl/{epl-0.9-r1.ebuild => epl-0.9-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emacs/epl/epl-0.9-r1.ebuild b/app-emacs/epl/epl-0.9-r2.ebuild
similarity index 77%
rename from app-emacs/epl/epl-0.9-r1.ebuild
rename to app-emacs/epl/epl-0.9-r2.ebuild
index c81cc69e6cb7..377b6330fda9 100644
--- a/app-emacs/epl/epl-0.9-r1.ebuild
+++ b/app-emacs/epl/epl-0.9-r2.ebuild
@@ -17,11 +17,12 @@ KEYWORDS="~amd64 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="test? ( app-emacs/ert-runner )"
+BDEPEND="test? ( app-emacs/f )"
 
 DOCS=( README.md )
 SITEFILE="50epl-gentoo.el"
 
 src_test() {
-       ert-runner --reporter ert+duration --script || die
+       ${EMACS} ${EMACSFLAGS} -L . -L test -l epl.el -l test/epl-test.el \
+               -f ert-run-tests-batch-and-exit || die
 }

Reply via email to