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 0E0E0158086 for ; Wed, 1 Dec 2021 06:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78C652BC015; Wed, 1 Dec 2021 06:37:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DFAF2BC015 for ; Wed, 1 Dec 2021 06:37:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52A98342A81 for ; Wed, 1 Dec 2021 06:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B630B1FE for ; Wed, 1 Dec 2021 06:37:15 +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: <1638340438.cea9b5550472deb1e7e1dfd437d99ca215ed66bc.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblouis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liblouis/liblouis-3.17.0.ebuild X-VCS-Directories: dev-libs/liblouis/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: cea9b5550472deb1e7e1dfd437d99ca215ed66bc X-VCS-Branch: master Date: Wed, 1 Dec 2021 06:37:15 +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: 1ea7e8f4-e276-4971-a227-b85f68c78711 X-Archives-Hash: 7ec4634b255782da5bf15147babf183e commit: cea9b5550472deb1e7e1dfd437d99ca215ed66bc Author: Alex Fan gmail com> AuthorDate: Tue Nov 30 10:52:44 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Dec 1 06:33:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea9b555 dev-libs/liblouis: keyword 3.17.0 for ~riscv Signed-off-by: Alex Fan gmail.com> Signed-off-by: Yixun Lan gentoo.org> dev-libs/liblouis/liblouis-3.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/liblouis/liblouis-3.17.0.ebuild b/dev-libs/liblouis/liblouis-3.17.0.ebuild index 2db5359c0462..7eeaf31dbe47 100644 --- a/dev-libs/liblouis/liblouis-3.17.0.ebuild +++ b/dev-libs/liblouis/liblouis-3.17.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/liblouis/liblouis/releases/download/v${PV}/${P}.tar. LICENSE="LGPL-2.1+" SLOT="0/20" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )"