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 77E38158041 for ; Sat, 2 Mar 2024 09:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B37A1E29F0; Sat, 2 Mar 2024 09:45:39 +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 91E14E29F0 for ; Sat, 2 Mar 2024 09:45:39 +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 C0948343005 for ; Sat, 2 Mar 2024 09:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30B771049 for ; Sat, 2 Mar 2024 09:45:37 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1709372723.d8e589610a5f0480585ff5f165832b72990f25df.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/sigrok-firmware-fx2lafw/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-0.1.7-r1.ebuild sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-9999.ebuild X-VCS-Directories: sys-firmware/sigrok-firmware-fx2lafw/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: d8e589610a5f0480585ff5f165832b72990f25df X-VCS-Branch: master Date: Sat, 2 Mar 2024 09:45:37 +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: 0b68f259-5ff3-4d3f-9c4b-b814371faa89 X-Archives-Hash: 6921a671d7d256ac340b1880df77a0f7 commit: d8e589610a5f0480585ff5f165832b72990f25df Author: Marco Sirabella sirabella org> AuthorDate: Fri Mar 1 05:37:46 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Mar 2 09:45:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e58961 sys-firmware/sigrok-firmware-fx2lafw: run default in src_prepare Signed-off-by: Marco Sirabella sirabella.org> Signed-off-by: Viorel Munteanu gentoo.org> .../sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-0.1.7-r1.ebuild | 2 +- .../sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-0.1.7-r1.ebuild b/sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-0.1.7-r1.ebuild index 014931c13b73..a972680d11ba 100644 --- a/sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-0.1.7-r1.ebuild +++ b/sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-0.1.7-r1.ebuild @@ -39,7 +39,7 @@ src_unpack() { src_prepare() { [[ ${PV} == "9999" ]] && eautoreconf - eapply_user + default } src_install() { diff --git a/sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-9999.ebuild b/sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-9999.ebuild index 014931c13b73..a972680d11ba 100644 --- a/sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-9999.ebuild +++ b/sys-firmware/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw-9999.ebuild @@ -39,7 +39,7 @@ src_unpack() { src_prepare() { [[ ${PV} == "9999" ]] && eautoreconf - eapply_user + default } src_install() {