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 91783158090 for ; Wed, 25 May 2022 08:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 500E9E092C; Wed, 25 May 2022 08:29:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3A979E092C for ; Wed, 25 May 2022 08:29:48 +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 7A5EF341A2C for ; Wed, 25 May 2022 08:29:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DB3D4F6 for ; Wed, 25 May 2022 08:29:43 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1653467353.9f3df236b50c4990833e610235ff659e8d3b921f.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/solarize/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/solarize/solarize-0_pre20140818.ebuild X-VCS-Directories: media-fonts/solarize/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 9f3df236b50c4990833e610235ff659e8d3b921f X-VCS-Branch: master Date: Wed, 25 May 2022 08:29:43 +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: 616b453e-17b2-4abd-9a32-7008387e32ba X-Archives-Hash: 955df62b92df5b9f7b7b79164ee0e7e7 commit: 9f3df236b50c4990833e610235ff659e8d3b921f Author: WANG Xuerui gentoo org> AuthorDate: Wed May 25 08:25:27 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed May 25 08:29:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3df236 media-fonts/solarize: keyword 0_pre20140818 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-fonts/solarize/solarize-0_pre20140818.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/solarize/solarize-0_pre20140818.ebuild b/media-fonts/solarize/solarize-0_pre20140818.ebuild index c259b1df5af1..1ff3bbac76c6 100644 --- a/media-fonts/solarize/solarize-0_pre20140818.ebuild +++ b/media-fonts/solarize/solarize-0_pre20140818.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2021 Gentoo Authors +# Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [ ${PV} == "9999" ] ; then else EGIT_COMMIT="8a856fdb22bc633fdba490b339ea97ef16b700ac" SRC_URI="https://github.com/talamus/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${MY_PN}-${EGIT_COMMIT}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}" fi