From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 711CE15827B for ; Sun, 17 Aug 2025 16:43:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 59968340C39 for ; Sun, 17 Aug 2025 16:43:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 48FE8110280; Sun, 17 Aug 2025 16:43:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3D262110280 for ; Sun, 17 Aug 2025 16:43:58 +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 E6397340B9B for ; Sun, 17 Aug 2025 16:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CDA6334F for ; Sun, 17 Aug 2025 16:43:56 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1755449028.c85681dce9263a83f469d066f22af1583d6ffcf7.grobian@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.6.0.ebuild sys-apps/flashrom/metadata.xml X-VCS-Directories: sys-apps/flashrom/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c85681dce9263a83f469d066f22af1583d6ffcf7 X-VCS-Branch: master Date: Sun, 17 Aug 2025 16:43:56 +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: a7fea315-ccd7-4073-9c9f-771b24d71e9b X-Archives-Hash: a845a5991c201534aad5461e57850891 commit: c85681dce9263a83f469d066f22af1583d6ffcf7 Author: Fabian Groffen gentoo org> AuthorDate: Sun Aug 17 16:42:46 2025 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Aug 17 16:43:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85681dc sys-apps/flashrom-1.6.0: drop USE=ni845x-spi, Windows only programmer Closes: https://bugs.gentoo.org/961603 Signed-off-by: Fabian Groffen gentoo.org> sys-apps/flashrom/flashrom-1.6.0.ebuild | 4 +++- sys-apps/flashrom/metadata.xml | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-apps/flashrom/flashrom-1.6.0.ebuild b/sys-apps/flashrom/flashrom-1.6.0.ebuild index 60389488af0c..fe850695dcf4 100644 --- a/sys-apps/flashrom/flashrom-1.6.0.ebuild +++ b/sys-apps/flashrom/flashrom-1.6.0.ebuild @@ -13,6 +13,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +# These programmers cannot be compiled, so excluded in the list below +# ni845x_spi windows/x86 only (we are linux/...) + # The defaults should match the upstream "default" flags in meson.build IUSE_PROGRAMMERS=" +asm106x @@ -38,7 +41,6 @@ IUSE_PROGRAMMERS=" parade-lspcon mediatek-i2c-spi mstarddc-spi - ni845x-spi +nic3com +nicintel +nicintel-eeprom diff --git a/sys-apps/flashrom/metadata.xml b/sys-apps/flashrom/metadata.xml index 9c5edb69de02..a74e5de55f92 100644 --- a/sys-apps/flashrom/metadata.xml +++ b/sys-apps/flashrom/metadata.xml @@ -25,7 +25,6 @@ Enable internal DMI decoding rather than use sys-apps/dmidecode Support for ITE IT8212F ATA/RAID controllers Support for SEGGER J-Link and compatible devices - Enable SPI programmer using National Instruments USB-8451 or USB-8452 Enable support for Linux mtd SPI flash devices Enable support for Linux userspace spidev interface Support for Mediatek LCD controllers