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 A22BD158021 for ; Sun, 25 Dec 2022 23:22:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 805F0E097C; Sun, 25 Dec 2022 23:22:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 54D0BE097D for ; Sun, 25 Dec 2022 23:22:12 +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 35D303410FB for ; Sun, 25 Dec 2022 23:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66E897E7 for ; Sun, 25 Dec 2022 23:22:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1672010514.256ca51f8527b9d2e24063c01bd6cf90ba33ad9f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/accel-ppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/accel-ppp/accel-ppp-9999.ebuild X-VCS-Directories: net-dialup/accel-ppp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 256ca51f8527b9d2e24063c01bd6cf90ba33ad9f X-VCS-Branch: master Date: Sun, 25 Dec 2022 23:22:09 +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: b3f8cdb6-70fd-405a-95c2-bb803f532634 X-Archives-Hash: 07eea23609cb64e4a4653b8ac7ff8f19 commit: 256ca51f8527b9d2e24063c01bd6cf90ba33ad9f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 25 23:05:00 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 25 23:21:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256ca51f net-dialup/accel-ppp: update EAPI 7 -> 8 of live ebuild Some bits were synced but not the EAPI-8 bump of commit 80eb7853b6469f332b15795a354dcdfa62de0a55 Bug: https://bugs.gentoo.org/878835 Signed-off-by: Andreas Sturmlechner gentoo.org> net-dialup/accel-ppp/accel-ppp-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dialup/accel-ppp/accel-ppp-9999.ebuild b/net-dialup/accel-ppp/accel-ppp-9999.ebuild index 95ed326921b8..587d14401f18 100644 --- a/net-dialup/accel-ppp/accel-ppp-9999.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-1 )