From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07CEB1580B4 for ; Thu, 2 Sep 2021 00:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7D66E0843; Thu, 2 Sep 2021 00:01:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCA26E0839 for ; Thu, 2 Sep 2021 00:01:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 189D1335D47 for ; Thu, 2 Sep 2021 00:01:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7919D9B for ; Thu, 2 Sep 2021 00:01:39 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1630540878.67b28dacc4d2d56eb10fa06cdfee6c429f11af65.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mathjax/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mathjax/mathjax-2.7.7.ebuild X-VCS-Directories: dev-libs/mathjax/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 67b28dacc4d2d56eb10fa06cdfee6c429f11af65 X-VCS-Branch: master Date: Thu, 2 Sep 2021 00:01:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db11a86c-925f-4ab1-80b8-baf3e026c547 X-Archives-Hash: ad0a1d021487b098e861082d9bbe8a12 commit: 67b28dacc4d2d56eb10fa06cdfee6c429f11af65 Author: Marek Szuba gentoo org> AuthorDate: Wed Sep 1 14:59:57 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Sep 2 00:01:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b28dac dev-libs/mathjax: keyword 2.7.7 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-libs/mathjax/mathjax-2.7.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mathjax/mathjax-2.7.7.ebuild b/dev-libs/mathjax/mathjax-2.7.7.ebuild index 02f0e0b7163..ef75b971a7d 100644 --- a/dev-libs/mathjax/mathjax-2.7.7.ebuild +++ b/dev-libs/mathjax/mathjax-2.7.7.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}"/MathJax-${PV} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc examples" RDEPEND="doc? ( app-doc/mathjax-docs:${SLOT} )"