Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mathjax/
Date: Wed, 12 Feb 2020 18:06:31
Message-Id: 1581530550.9c7fb90a28224f06b459483d4d74d3085521f7e3.soap@gentoo
1 commit: 9c7fb90a28224f06b459483d4d74d3085521f7e3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 18:02:30 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 18:02:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7fb90a
7
8 dev-libs/mathjax: [QA] inherit vcs-clean.eclass directly
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-libs/mathjax/mathjax-2.7.0.ebuild | 4 ++--
14 dev-libs/mathjax/mathjax-2.7.4.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-libs/mathjax/mathjax-2.7.0.ebuild b/dev-libs/mathjax/mathjax-2.7.0.ebuild
18 index e7c89b829bf..7a926467c50 100644
19 --- a/dev-libs/mathjax/mathjax-2.7.0.ebuild
20 +++ b/dev-libs/mathjax/mathjax-2.7.0.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -inherit eutils
29 +inherit eutils vcs-clean
30
31 DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
32 HOMEPAGE="http://www.mathjax.org/"
33
34 diff --git a/dev-libs/mathjax/mathjax-2.7.4.ebuild b/dev-libs/mathjax/mathjax-2.7.4.ebuild
35 index cd23b2b8e94..7a926467c50 100644
36 --- a/dev-libs/mathjax/mathjax-2.7.4.ebuild
37 +++ b/dev-libs/mathjax/mathjax-2.7.4.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 +# Copyright 1999-2020 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44
45 -inherit eutils
46 +inherit eutils vcs-clean
47
48 DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
49 HOMEPAGE="http://www.mathjax.org/"