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 D2FA4158090 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 5336CE092D; Wed, 25 May 2022 08:29:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3C9EEE092D 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 7EC7A341A37 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 B1FAD4F7 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.7cc50a925add75a0ef051a74ea2bab94120d1851.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-9999.ebuild X-VCS-Directories: media-fonts/solarize/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 7cc50a925add75a0ef051a74ea2bab94120d1851 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: 943d90c5-e609-4156-8593-15406a424bc2 X-Archives-Hash: f37168d108e50ed14d9ca0bab3169965 commit: 7cc50a925add75a0ef051a74ea2bab94120d1851 Author: WANG Xuerui gentoo org> AuthorDate: Wed May 25 08:25:31 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=7cc50a92 media-fonts/solarize: forward ~loong Signed-off-by: WANG Xuerui gentoo.org> media-fonts/solarize/solarize-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/solarize/solarize-9999.ebuild b/media-fonts/solarize/solarize-9999.ebuild index 10b6881d95e0..66584ea11b0f 100644 --- a/media-fonts/solarize/solarize-9999.ebuild +++ b/media-fonts/solarize/solarize-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018 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 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~x86" S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}" fi