Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dblatex/
Date: Tue, 27 Sep 2022 21:44:53
Message-Id: 1664315027.3b67cb43586128cbb2b96cd53571bf6521122180.sam@gentoo
1 commit: 3b67cb43586128cbb2b96cd53571bf6521122180
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Mon Sep 12 15:08:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 21:43:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b67cb43
7
8 app-text/dblatex: enable tests
9
10 Bug: https://bugs.gentoo.org/766186
11 Closes: https://github.com/gentoo/gentoo/pull/27224
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-text/dblatex/dblatex-0.3.12.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/app-text/dblatex/dblatex-0.3.12.ebuild b/app-text/dblatex/dblatex-0.3.12.ebuild
18 index 122c894d4188..067205a95c9c 100644
19 --- a/app-text/dblatex/dblatex-0.3.12.ebuild
20 +++ b/app-text/dblatex/dblatex-0.3.12.ebuild
21 @@ -58,3 +58,7 @@ python_install_all() {
22 # Move package documentation to a folder name containing version number
23 mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
24 }
25 +
26 +python_test_all() {
27 + emake -C tests/mathml
28 +}