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 98E0415817D for ; Tue, 11 Jun 2024 09:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEAC0E2A96; Tue, 11 Jun 2024 09:33:26 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD3EEE2A96 for ; Tue, 11 Jun 2024 09:33:26 +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 C62AF33BE12 for ; Tue, 11 Jun 2024 09:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 025CC1A31 for ; Tue, 11 Jun 2024 09:33:24 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1718098355.9ebd180f8a465e5eea24a87a7c9529d93ec5c4f6.idl0r@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/haproxy/haproxy-2.8.9999.ebuild X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 9ebd180f8a465e5eea24a87a7c9529d93ec5c4f6 X-VCS-Branch: master Date: Tue, 11 Jun 2024 09:33:24 +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: b3eb2c71-b59b-4279-82f7-198f18964439 X-Archives-Hash: c331d283b8ce5675faa49237fb3a6407 commit: 9ebd180f8a465e5eea24a87a7c9529d93ec5c4f6 Author: Christian Ruppert gentoo org> AuthorDate: Tue Jun 11 09:32:35 2024 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Tue Jun 11 09:32:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebd180f net-proxy/haproxy: Bump to EAPI 8 for 9999 versions Signed-off-by: Christian Ruppert gentoo.org> net-proxy/haproxy/haproxy-2.8.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/haproxy/haproxy-2.8.9999.ebuild b/net-proxy/haproxy/haproxy-2.8.9999.ebuild index dca3aa00891c..ce11ece1a066 100644 --- a/net-proxy/haproxy/haproxy-2.8.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.8.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" LUA_COMPAT=( lua5-4 lua5-3 )