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 C2288158019 for ; Sat, 2 Oct 2021 07:10:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 130CAE08C8; Sat, 2 Oct 2021 07:10:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E81E4E08C8 for ; Sat, 2 Oct 2021 07:10:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAC91335D35 for ; Sat, 2 Oct 2021 07:10:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75BD0132 for ; Sat, 2 Oct 2021 07:10:01 +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: <1633158558.1ad1f048f6da3a1597dfecffd30cd6913f634677.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/takao-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild X-VCS-Directories: media-fonts/takao-fonts/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 1ad1f048f6da3a1597dfecffd30cd6913f634677 X-VCS-Branch: master Date: Sat, 2 Oct 2021 07:10:01 +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: 0a72b7d0-c8af-48fa-8b1d-dcfc7e8b077c X-Archives-Hash: 280756e767338fad937d8e7dd9ee5d7e commit: 1ad1f048f6da3a1597dfecffd30cd6913f634677 Author: Yixun Lan gentoo org> AuthorDate: Fri Oct 1 22:51:01 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Oct 2 07:09:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad1f048 media-fonts/takao-fonts: keyword ~riscv Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild b/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild index ace8e2896b0..dc5732b0bac 100644 --- a/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild +++ b/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 2010-2020 Gentoo Authors +# Copyright 2010-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${MY_P}.tar.gz" LICENSE="IPAfont" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv x86" IUSE="" # Only installs fonts RESTRICT="strip binchecks"