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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69F9E15808C for ; Sat, 5 Mar 2022 12:51:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E5A7E09F7; Sat, 5 Mar 2022 12:51:44 +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 4E225E0967 for ; Sat, 5 Mar 2022 12:51:44 +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 11839342FE4 for ; Sat, 5 Mar 2022 12:51:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68D53303 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: <1646483938.7b94e968da347e7589fcf806718da9c37aecf643.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/oldstandard/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/oldstandard/oldstandard-2.2.ebuild X-VCS-Directories: media-fonts/oldstandard/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 7b94e968da347e7589fcf806718da9c37aecf643 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: da1084f3-5b9d-4af5-83d7-40364e03f75b X-Archives-Hash: 26f03ab03e245504cd6a0d0deac8a077 commit: 7b94e968da347e7589fcf806718da9c37aecf643 Author: Yixun Lan gentoo org> AuthorDate: Sat Mar 5 12:38:58 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Mar 5 12:38:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b94e968 media-fonts/oldstandard: keyword ~riscv, #834599 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> media-fonts/oldstandard/oldstandard-2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/oldstandard/oldstandard-2.2.ebuild b/media-fonts/oldstandard/oldstandard-2.2.ebuild index 1d5406fbce48..23c22eeb0ca3 100644 --- a/media-fonts/oldstandard/oldstandard-2.2.ebuild +++ b/media-fonts/oldstandard/oldstandard-2.2.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 @@ -15,7 +15,7 @@ S="${WORKDIR}" LICENSE="OFL" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" BDEPEND="app-arch/unzip"