From cb8fad5ea441ea9c5a8e940fad76b2a07fb32155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Tue, 21 Jun 2022 21:47:11 +0200 Subject: [PATCH] app-emacs/compat: add missing die to avoid false-positive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/853322 Signed-off-by: Maciej Barć --- 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 e373d5d8f5079..ac9363fe8389a 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