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 3C53915817D for ; Thu, 6 Jun 2024 09:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73F6AE2AD0; Thu, 6 Jun 2024 09:07:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A527E2AD0 for ; Thu, 6 Jun 2024 09:07:51 +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 A492433BEED for ; Thu, 6 Jun 2024 09:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCD5E1C81 for ; Thu, 6 Jun 2024 09:07:47 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1717664850.d57cd4ddff0835b982c8058b98bff7ccb25f38b8.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-voip/vvmd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-voip/vvmd/vvmd-0.8-r1.ebuild X-VCS-Directories: net-voip/vvmd/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: d57cd4ddff0835b982c8058b98bff7ccb25f38b8 X-VCS-Branch: dev Date: Thu, 6 Jun 2024 09:07:47 +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: 9b1cb41e-3241-4375-b5f1-b9bc2576d0ce X-Archives-Hash: 1769d4e853c718916e5af729dbab9a48 commit: d57cd4ddff0835b982c8058b98bff7ccb25f38b8 Author: Lucio Sauer posteo net> AuthorDate: Thu Jun 6 08:47:39 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Thu Jun 6 09:07:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d57cd4dd net-voip/vvmd: update EAPI 7 -> 8 Signed-off-by: Lucio Sauer posteo.net> net-voip/vvmd/vvmd-0.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-voip/vvmd/vvmd-0.8-r1.ebuild b/net-voip/vvmd/vvmd-0.8-r1.ebuild index 699d63333..3e612634d 100644 --- a/net-voip/vvmd/vvmd-0.8-r1.ebuild +++ b/net-voip/vvmd/vvmd-0.8-r1.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 meson