diff options
author | Markus Meier <maekke@gentoo.org> | 2019-02-04 21:12:51 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2019-02-04 21:12:51 +0100 |
commit | 67f24a0925ac77e59e943a7e2027d42f0290708a (patch) | |
tree | 02b65d43c28d911ca6a267e31031f5f060ead98b /dev-libs/mathjax | |
parent | dev-lua/lua-zlib: arm stable, bug #622680 (diff) | |
download | gentoo-67f24a0925ac77e59e943a7e2027d42f0290708a.tar.gz gentoo-67f24a0925ac77e59e943a7e2027d42f0290708a.tar.bz2 gentoo-67f24a0925ac77e59e943a7e2027d42f0290708a.zip |
dev-libs/mathjax: arm stable, bug #666844
Signed-off-by: Markus Meier <maekke@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-libs/mathjax')
-rw-r--r-- | dev-libs/mathjax/mathjax-2.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mathjax/mathjax-2.7.4.ebuild b/dev-libs/mathjax/mathjax-2.7.4.ebuild index b73a21a61023..cd23b2b8e94a 100644 --- a/dev-libs/mathjax/mathjax-2.7.4.ebuild +++ b/dev-libs/mathjax/mathjax-2.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mathjax/MathJax/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples" RESTRICT="binchecks strip" |