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 9CE2E15808C for ; Sat, 5 Mar 2022 12:51:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0B3CE0A5B; Sat, 5 Mar 2022 12:51:45 +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 BF0E3E0A5A for ; Sat, 5 Mar 2022 12:51:45 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A42A5342F74 for ; Sat, 5 Mar 2022 12:51:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9447313 for ; Sat, 5 Mar 2022 12:51:41 +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: <1646484288.0bf31c626de88f7fb40b76d35e4c0a8219d6780e.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/mikachan-font-otf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild X-VCS-Directories: media-fonts/mikachan-font-otf/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 0bf31c626de88f7fb40b76d35e4c0a8219d6780e X-VCS-Branch: master Date: Sat, 5 Mar 2022 12:51:41 +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: c3fddd99-e49f-41d4-b1b9-9be48e309bb6 X-Archives-Hash: 5aa061cedbaff4cb0720f512c0c25958 commit: 0bf31c626de88f7fb40b76d35e4c0a8219d6780e Author: Yixun Lan gentoo org> AuthorDate: Sat Mar 5 12:44:48 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Mar 5 12:44:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf31c62 media-fonts/mikachan-font-otf: keyword ~riscv, #834599 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild b/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild index 7d5a9676fe9b..27c61bce635a 100644 --- a/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild +++ b/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.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 @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="free-noncomm" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" # Only installs fonts RESTRICT="strip binchecks"