mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/compat: add missing die to avoid false-positive
Bug: https://bugs.gentoo.org/853322 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user