Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/dash/
Date: Thu, 22 Apr 2021 18:46:36
Message-Id: 1619117188.1831b5f932074c8afa4228c7a88f40bd35a3dd66.ulm@gentoo
1 commit: 1831b5f932074c8afa4228c7a88f40bd35a3dd66
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 18:46:05 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 18:46:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1831b5f9
7
8 app-emacs/dash: Fix test failure
9
10 Closes: https://bugs.gentoo.org/785094
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 app-emacs/dash/dash-2.18.1.ebuild | 4 ----
15 1 file changed, 4 deletions(-)
16
17 diff --git a/app-emacs/dash/dash-2.18.1.ebuild b/app-emacs/dash/dash-2.18.1.ebuild
18 index ed34f1c9dc1..b35047c56b1 100644
19 --- a/app-emacs/dash/dash-2.18.1.ebuild
20 +++ b/app-emacs/dash/dash-2.18.1.ebuild
21 @@ -19,7 +19,3 @@ S="${WORKDIR}/${PN}.el-${PV}"
22 SITEFILE="50${PN}-gentoo.el"
23 ELISP_TEXINFO="dash.texi"
24 DOCS="README.md"
25 -
26 -src_test() {
27 - ./run-tests.sh || die
28 -}