diff options
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}" |