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 C4B4615802E for ; Sun, 30 Jun 2024 00:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A62EE2B7E; Sun, 30 Jun 2024 00:36:44 +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 43D8DE2B7B for ; Sun, 30 Jun 2024 00:36:44 +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 57C16335D72 for ; Sun, 30 Jun 2024 00:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 681A51D9D for ; Sun, 30 Jun 2024 00:36:40 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1719707687.e5013ec785cfe50ebc0c1568461adcf9917cbefd.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/secilc/secilc-9999.ebuild X-VCS-Directories: sys-apps/secilc/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e5013ec785cfe50ebc0c1568461adcf9917cbefd X-VCS-Branch: master Date: Sun, 30 Jun 2024 00:36:40 +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: 982e5af7-1c10-4627-b63a-59b8ea3076b0 X-Archives-Hash: c60aae425a5062003c75a4974777ae1e commit: e5013ec785cfe50ebc0c1568461adcf9917cbefd Author: Jason Zaman gentoo org> AuthorDate: Sat Jun 29 23:47:28 2024 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jun 30 00:34:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5013ec7 sys-apps/secilc: update EAPI 7 -> 8 Signed-off-by: Jason Zaman gentoo.org> sys-apps/secilc/secilc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/secilc/secilc-9999.ebuild b/sys-apps/secilc/secilc-9999.ebuild index 5c59b25c3742..466a1d0558c5 100644 --- a/sys-apps/secilc/secilc-9999.ebuild +++ b/sys-apps/secilc/secilc-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" inherit toolchain-funcs MY_PV="${PV//_/-}"