commit: cb8fad5ea441ea9c5a8e940fad76b2a07fb32155 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Jun 21 19:47:11 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 19:47:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8fad5e
app-emacs/compat: add missing die to avoid false-positive Bug: https://bugs.gentoo.org/853322 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/compat/compat-28.1.1.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emacs/compat/compat-28.1.1.3.ebuild b/app-emacs/compat/compat-28.1.1.3.ebuild index e373d5d8f507..ac9363fe8389 100644 --- a/app-emacs/compat/compat-28.1.1.3.ebuild +++ b/app-emacs/compat/compat-28.1.1.3.ebuild @@ -41,6 +41,7 @@ src_test() { which is required for running tests of ${CATEGORY}/${PN}. Use "eselect emacs" to select an Emacs version with such feature. EOF + die "Unable to run tests, missing \">=app-editors/emacs-27.2[json]\"." else emake test fi
