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 EC7BD158011 for ; Mon, 10 Jan 2022 10:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CAD22BC012; Mon, 10 Jan 2022 10:36:56 +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 0D3FC2BC012 for ; Mon, 10 Jan 2022 10:36:56 +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 E1A19342C55 for ; Mon, 10 Jan 2022 10:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 694C423E for ; Mon, 10 Jan 2022 10:36:53 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1641810994.c13811cd294a303d2b612c75ed51a5ffc93411db.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/neofetch/neofetch-7.1.0-r1.ebuild X-VCS-Directories: app-misc/neofetch/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c13811cd294a303d2b612c75ed51a5ffc93411db X-VCS-Branch: master Date: Mon, 10 Jan 2022 10:36:53 +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: 9976db11-a2a3-44d2-9f0f-4d1d765380f2 X-Archives-Hash: d249379de31d1eb03089ada1e66e8322 commit: c13811cd294a303d2b612c75ed51a5ffc93411db Author: Arthur Zamarin gentoo org> AuthorDate: Mon Jan 10 10:36:34 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Jan 10 10:36:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13811cd app-misc/neofetch: Keyword 7.1.0-r1 ppc, #830850 Signed-off-by: Arthur Zamarin gentoo.org> app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild index ea69aef4419f..45db1f433387 100644 --- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild +++ b/app-misc/neofetch/neofetch-7.1.0-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 @@ -7,7 +7,7 @@ inherit optfeature prefix if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~mips ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm64 ~mips ~ppc ~ppc64 ~riscv x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"