diff options
author | 2022-06-21 21:47:11 +0200 | |
---|---|---|
committer | 2022-06-21 21:47:11 +0200 | |
commit | cb8fad5ea441ea9c5a8e940fad76b2a07fb32155 (patch) | |
tree | e182b003e6bc04f1efc33119e5ccf1e5c72a24d6 /app-emacs/compat | |
parent | app-emacs/compat: check for native JSON parsing support (diff) | |
download | gentoo-cb8fad5ea441ea9c5a8e940fad76b2a07fb32155.tar.gz gentoo-cb8fad5ea441ea9c5a8e940fad76b2a07fb32155.tar.bz2 gentoo-cb8fad5ea441ea9c5a8e940fad76b2a07fb32155.zip |
app-emacs/compat: add missing die to avoid false-positive
Bug: https://bugs.gentoo.org/853322
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/compat')
-rw-r--r-- | app-emacs/compat/compat-28.1.1.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |