Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mathjax/
Date: Sun, 30 Jan 2022 13:32:17
Message-Id: 1643549509.0561aa907757015acb09bb90048be7b28f53a36c.chewi@gentoo
1 commit: 0561aa907757015acb09bb90048be7b28f53a36c
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 13:10:04 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 13:31:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0561aa90
7
8 dev-libs/mathjax: Keyword 2.7.7 for ~m68k
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 dev-libs/mathjax/mathjax-2.7.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/mathjax/mathjax-2.7.7.ebuild b/dev-libs/mathjax/mathjax-2.7.7.ebuild
16 index 8c9b6075c3cb..c38ed9a4f288 100644
17 --- a/dev-libs/mathjax/mathjax-2.7.7.ebuild
18 +++ b/dev-libs/mathjax/mathjax-2.7.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ S="${WORKDIR}"/MathJax-${PV}
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
31 IUSE="doc examples"
32
33 RDEPEND="doc? ( app-doc/mathjax-docs:${SLOT} )"