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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE6A1158086 for ; Fri, 29 Oct 2021 13:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81C41E085E; Fri, 29 Oct 2021 13:31:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69B84E0863 for ; Fri, 29 Oct 2021 13:31:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1232F343117 for ; Fri, 29 Oct 2021 13:31:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B8E3199 for ; Fri, 29 Oct 2021 13:31:16 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1635514173.8acfc25b17e6fa82f1988f7abe9faddcc6dd1c7e.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/texworks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/texworks/texworks-0.6.6.ebuild X-VCS-Directories: app-editors/texworks/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 8acfc25b17e6fa82f1988f7abe9faddcc6dd1c7e X-VCS-Branch: master Date: Fri, 29 Oct 2021 13:31:16 +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: b31e0647-8ca1-4200-8317-db6c851bd109 X-Archives-Hash: 59eb6681cc08df196975da59a161e951 commit: 8acfc25b17e6fa82f1988f7abe9faddcc6dd1c7e Author: Yongxiang Liang gmail com> AuthorDate: Wed Oct 27 18:15:23 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Oct 29 13:29:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acfc25b app-editors/texworks: keyword ~riscv Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-editors/texworks/texworks-0.6.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/texworks/texworks-0.6.6.ebuild b/app-editors/texworks/texworks-0.6.6.ebuild index e8ad1634456..f7b5f65191f 100644 --- a/app-editors/texworks/texworks-0.6.6.ebuild +++ b/app-editors/texworks/texworks-0.6.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/TeXworks/texworks/archive/release-${PV}.tar.gz -> ${ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="lua python" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} )"