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 E11F1158041 for ; Thu, 7 Mar 2024 11:51:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 181DFE29C7; Thu, 7 Mar 2024 11:51:06 +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 EF5CEE29C7 for ; Thu, 7 Mar 2024 11:51:05 +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 F117D34306C for ; Thu, 7 Mar 2024 11:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 518A9FCB for ; Thu, 7 Mar 2024 11:51:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709811985.b0579dfd2c218cdedb45a42366f79e272cea0cd3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/ufed/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/ufed/ufed-0.96.ebuild app-portage/ufed/ufed-9999.ebuild X-VCS-Directories: app-portage/ufed/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b0579dfd2c218cdedb45a42366f79e272cea0cd3 X-VCS-Branch: master Date: Thu, 7 Mar 2024 11:51:03 +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: afd4adad-9204-4cf7-8702-1ffdfa16474a X-Archives-Hash: 2369c2ae8bfb8ad8c2d16a6808bfca68 commit: b0579dfd2c218cdedb45a42366f79e272cea0cd3 Author: Eli Schwartz gmail com> AuthorDate: Thu Mar 7 00:42:16 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 7 11:46:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0579dfd app-portage/ufed: update EAPI 7 -> 8 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-portage/ufed/ufed-0.96.ebuild | 2 +- app-portage/ufed/ufed-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/ufed/ufed-0.96.ebuild b/app-portage/ufed/ufed-0.96.ebuild index e38eaa82bbed..5d53c39463df 100644 --- a/app-portage/ufed/ufed-0.96.ebuild +++ b/app-portage/ufed/ufed-0.96.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ ${PV} == *9999 ]]; then inherit git-r3 diff --git a/app-portage/ufed/ufed-9999.ebuild b/app-portage/ufed/ufed-9999.ebuild index b1de3f9aca8c..08ff84575c6c 100644 --- a/app-portage/ufed/ufed-9999.ebuild +++ b/app-portage/ufed/ufed-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ ${PV} == *9999 ]]; then inherit git-r3