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 71ED815800A for ; Mon, 14 Aug 2023 21:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647F92BC033; Mon, 14 Aug 2023 21:15:26 +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 4A1302BC033 for ; Mon, 14 Aug 2023 21:15: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 459683409ED for ; Mon, 14 Aug 2023 21:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48471FAC for ; Mon, 14 Aug 2023 21:15:22 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1692047653.7fbc8eaaf8e927c3d76e49a6bedf494a47489936.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnsutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libnsutils/libnsutils-9999.ebuild X-VCS-Directories: dev-libs/libnsutils/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 7fbc8eaaf8e927c3d76e49a6bedf494a47489936 X-VCS-Branch: master Date: Mon, 14 Aug 2023 21:15:22 +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: 31f2653d-740c-4b88-829f-9d9956c9a1b5 X-Archives-Hash: 302a8c9d95eca8cb803c7b36edaa80dd commit: 7fbc8eaaf8e927c3d76e49a6bedf494a47489936 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Aug 14 19:03:47 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Aug 14 21:14:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fbc8eaa dev-libs/libnsutils: update EAPI 7 -> 8 Signed-off-by: Michael Orlitzky gentoo.org> dev-libs/libnsutils/libnsutils-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libnsutils/libnsutils-9999.ebuild b/dev-libs/libnsutils/libnsutils-9999.ebuild index 648f7c466039..6a87e0aecff0 100644 --- a/dev-libs/libnsutils/libnsutils-9999.ebuild +++ b/dev-libs/libnsutils/libnsutils-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit git-r3 netsurf