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 A3D3B15806E for ; Sat, 27 May 2023 10:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E648DE0871; Sat, 27 May 2023 10:56:24 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C879AE0871 for ; Sat, 27 May 2023 10:56:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA6A83408F0 for ; Sat, 27 May 2023 10:56:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 637D6A6C for ; Sat, 27 May 2023 10:56:22 +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: <1685184969.c3e06588e2cc112295bf86906ab8c960bab3ece2.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flashrom/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/flashrom/flashrom-1.3.0.ebuild X-VCS-Directories: sys-apps/flashrom/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c3e06588e2cc112295bf86906ab8c960bab3ece2 X-VCS-Branch: master Date: Sat, 27 May 2023 10:56:22 +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: 31cee2cc-d903-462c-aac8-2f4e68feaa40 X-Archives-Hash: 8beef1cceabad925d3152af9d9aa1510 commit: c3e06588e2cc112295bf86906ab8c960bab3ece2 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 27 10:56:09 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 27 10:56:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e06588 sys-apps/flashrom: Stabilize 1.3.0 ppc, #906737 Signed-off-by: Arthur Zamarin gentoo.org> sys-apps/flashrom/flashrom-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/flashrom/flashrom-1.3.0.ebuild b/sys-apps/flashrom/flashrom-1.3.0.ebuild index 3945628c82a7..1281c12fa3c3 100644 --- a/sys-apps/flashrom/flashrom-1.3.0.ebuild +++ b/sys-apps/flashrom/flashrom-1.3.0.ebuild @@ -7,7 +7,7 @@ inherit meson MY_P="${PN}-v${PV}" SRC_URI="https://download.flashrom.org/releases/${MY_P}.tar.bz2" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86" S="${WORKDIR}/${MY_P}" DESCRIPTION="Utility for reading, writing, erasing and verifying flash ROM chips"