commit:     fde332223980c959fbfd676f7dd7f6bf83c74650
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 15:20:08 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 15:20:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde33222

app-emacs/wanderlust: fix test phase

Closes: https://bugs.gentoo.org/928922
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild
index 46ac05de3bae..660576a2538f 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,6 +22,11 @@ RDEPEND=">=app-emacs/apel-10.8
        bbdb? ( app-emacs/bbdb )"
 DEPEND="${RDEPEND}"
 
+ELISP_REMOVE="
+       tests/test-dist.el
+       tests/test-rfc2368.el
+"
+
 SITEFILE="50${PN}-gentoo.el"
 
 src_configure() {
@@ -35,6 +40,10 @@ src_compile() {
        emake all info PACKAGE_LISPDIR="NONE"
 }
 
+src_test() {
+       emake test PACKAGE_LISPDIR="NONE"
+}
+
 src_install() {
        emake \
                LISPDIR="${ED}${SITELISP}" \

Reply via email to