commit:     5881298b49d0d741286cc6474f4dfdb9f433d66a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 17:18:21 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 17:18:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=5881298b

app-xemacs/ebuild-mode: Add empty src_test

Tests need ert which is not available for XEmacs.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild 
b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild
index 3cf1ccd..713020d 100644
--- a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -37,6 +37,8 @@ src_compile() {
                ebuild-mode.el gentoo-newsitem-mode.el || die
 }
 
+src_test() { :; }  # ert is not available for XEmacs
+
 src_install() {
        insinto /usr/share/xemacs/site-packages/lisp/${PN}
        doins *.el *.elc

Reply via email to