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 18430158090 for ; Thu, 5 May 2022 10:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60280E0828; Thu, 5 May 2022 10:06:12 +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 22713E0821 for ; Thu, 5 May 2022 10:06:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D631B341C12 for ; Thu, 5 May 2022 10:06:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2842F449 for ; Thu, 5 May 2022 10:06:09 +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: <1651745120.e8dd13360a7cae9cebe447d18578101d57ef0ab6.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/screenfetch/screenfetch-9999.ebuild X-VCS-Directories: app-misc/screenfetch/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: e8dd13360a7cae9cebe447d18578101d57ef0ab6 X-VCS-Branch: master Date: Thu, 5 May 2022 10:06:09 +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: a3930c9d-f70e-4a7a-93a9-051a189f48f4 X-Archives-Hash: b1c8821a56183d71abd950d4c5bcd39c commit: e8dd13360a7cae9cebe447d18578101d57ef0ab6 Author: WANG Xuerui gentoo org> AuthorDate: Thu May 5 09:52:27 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu May 5 10:05:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8dd1336 app-misc/screenfetch: forward ~loong Signed-off-by: WANG Xuerui gentoo.org> app-misc/screenfetch/screenfetch-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild index 8bb13a276cb6..4312905647d7 100644 --- a/app-misc/screenfetch/screenfetch-9999.ebuild +++ b/app-misc/screenfetch/screenfetch-9999.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 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git" inherit git-r3 else - KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" + KEYWORDS="~amd64 ~arm ~loong ~x86 ~x64-macos" SRC_URI="https://github.com/KittyKatt/screenFetch/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" fi