commit: a4044d1f67a0038493894d9f68208fa457fa900d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 20:27:37 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 20:32:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4044d1f
app-emacs/compat: Don't die when the installed Emacs doesn't support tests
There's no perfect solution here, but we don't want to override the
user's choice of Emacs' USE flags just for running tests.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/compat/compat-28.1.1.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/compat/compat-28.1.1.3.ebuild
b/app-emacs/compat/compat-28.1.1.3.ebuild
index 0f484b68b268..8a61c3a356a2 100644
--- a/app-emacs/compat/compat-28.1.1.3.ebuild
+++ b/app-emacs/compat/compat-28.1.1.3.ebuild
@@ -34,9 +34,9 @@ src_test() {
done <<-EOF
Your current Emacs version does not support native JSON parsing,
which is required for running tests of ${CATEGORY}/${PN}.
- Use "eselect emacs" to select an Emacs version with such
feature.
+ Emerge >=app-editors/emacs-27 with USE="json" and use "eselect
emacs"
+ to select that version.
EOF
- die "Unable to run tests, missing
\">=app-editors/emacs-27.2[json]\"."
else
emake test
fi