From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1380918-garchives=archives.gentoo.org@lists.gentoo.org> 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 38D1615808B for <garchives@archives.gentoo.org>; Wed, 30 Mar 2022 14:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C05B9E0863; Wed, 30 Mar 2022 14:14:58 +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 9F2F6E085E for <gentoo-commits@lists.gentoo.org>; Wed, 30 Mar 2022 14:14:58 +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 B7B523416BE for <gentoo-commits@lists.gentoo.org>; Wed, 30 Mar 2022 14:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9AF9355 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Mar 2022 14:14:54 +0000 (UTC) From: "Yixun Lan" <dlan@gentoo.org> 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" <dlan@gentoo.org> Message-ID: <1648649568.3c7027a3c106ea730e44875dc2013f2ee47f5ed8.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/gnucash-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/gnucash-docs/gnucash-docs-4.8.ebuild X-VCS-Directories: app-doc/gnucash-docs/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 3c7027a3c106ea730e44875dc2013f2ee47f5ed8 X-VCS-Branch: master Date: Wed, 30 Mar 2022 14:14:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac1e48ab-995b-4806-85a3-14c5195821fe X-Archives-Hash: 08316f6c887771a96d115ff220e9c8c8 commit: 3c7027a3c106ea730e44875dc2013f2ee47f5ed8 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Wed Mar 30 14:12:48 2022 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Wed Mar 30 14:12:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7027a3 app-doc/gnucash-docs: Keyword 4.8 riscv, #836417 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-doc/gnucash-docs/gnucash-docs-4.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/gnucash-docs/gnucash-docs-4.8.ebuild b/app-doc/gnucash-docs/gnucash-docs-4.8.ebuild index f7121ec7ccb6..faff28e6753e 100644 --- a/app-doc/gnucash-docs/gnucash-docs-4.8.ebuild +++ b/app-doc/gnucash-docs/gnucash-docs-4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Gnucash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2 FDL-1.1" -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv x86" LOCALES=( de it ja pt ) IUSE="${LOCALES[*]/#/l10n_}"