diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-11-28 16:29:38 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-08 18:07:39 +0800 |
commit | 5a20b86ef935358791847ef647ff8ab381e345df (patch) | |
tree | a5bf7b03ef9f9457f837ab7cf1320225300628ba /media-fonts/jsmath | |
parent | media-fonts/jsmath-extra-dark: keyword ~riscv (diff) | |
download | gentoo-5a20b86ef935358791847ef647ff8ab381e345df.tar.gz gentoo-5a20b86ef935358791847ef647ff8ab381e345df.tar.bz2 gentoo-5a20b86ef935358791847ef647ff8ab381e345df.zip |
media-fonts/jsmath: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'media-fonts/jsmath')
-rw-r--r-- | media-fonts/jsmath/jsmath-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/jsmath/jsmath-1.0.ebuild b/media-fonts/jsmath/jsmath-1.0.ebuild index fa2a6dbeaa2b..fda3bef42d30 100644 --- a/media-fonts/jsmath/jsmath-1.0.ebuild +++ b/media-fonts/jsmath/jsmath-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="http://www.math.union.edu/~dpvc/jsMath/download/${MY_PN}.tgz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc ~riscv x86" IUSE="" S="${WORKDIR}/${MY_PN}" |