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 36E201581FB for ; Sat, 24 Aug 2024 20:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1588FE2A31; Sat, 24 Aug 2024 20:56:40 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9320E2A31 for ; Sat, 24 Aug 2024 20:56: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 3FADE343088 for ; Sat, 24 Aug 2024 20:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 525CC1F21 for ; Sat, 24 Aug 2024 20:56:35 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1724499163.6bc533d69fe4538e6ecdbf4e7efb7f81344f4f98.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/rpki-client/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/rpki-client/rpki-client-9.2.ebuild X-VCS-Directories: net-misc/rpki-client/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 6bc533d69fe4538e6ecdbf4e7efb7f81344f4f98 X-VCS-Branch: master Date: Sat, 24 Aug 2024 20:56:35 +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: 69c17d5d-f093-45ed-85ca-248bf26e7264 X-Archives-Hash: f8976c7def82857ebbdd289c3bc32d73 commit: 6bc533d69fe4538e6ecdbf4e7efb7f81344f4f98 Author: Alarig Le Lay swordarmor fr> AuthorDate: Sat Aug 24 11:32:43 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Aug 24 11:32:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bc533d6 net-misc/rpki-client: update EAPI 7 -> 8 Signed-off-by: Alarig Le Lay swordarmor.fr> net-misc/rpki-client/rpki-client-9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/rpki-client/rpki-client-9.2.ebuild b/net-misc/rpki-client/rpki-client-9.2.ebuild index d89b3a724..377e109e8 100644 --- a/net-misc/rpki-client/rpki-client-9.2.ebuild +++ b/net-misc/rpki-client/rpki-client-9.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_PV="${PV/_p/p}" MY_P="${PN}-${MY_PV}"