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 0E483158030 for ; Mon, 27 Feb 2023 16:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60A58E07DB; Mon, 27 Feb 2023 16:43:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4B061E07DB for ; Mon, 27 Feb 2023 16:43:54 +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 6C90A340DED for ; Mon, 27 Feb 2023 16:43:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E77148CD for ; Mon, 27 Feb 2023 16:43:49 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1677516227.2e8dbc674281925eda93a7fd987a0f95e7043915.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nqp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/nqp/nqp-2023.02.ebuild dev-lang/nqp/nqp-9999.ebuild X-VCS-Directories: dev-lang/nqp/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 2e8dbc674281925eda93a7fd987a0f95e7043915 X-VCS-Branch: master Date: Mon, 27 Feb 2023 16:43:49 +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: e5392764-8e19-4652-9b05-29842f7455db X-Archives-Hash: 2fa3717fef8e0427b60287578814a23c commit: 2e8dbc674281925eda93a7fd987a0f95e7043915 Author: Patrick Lauer gentoo org> AuthorDate: Mon Feb 27 16:40:25 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Mon Feb 27 16:43:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8dbc67 dev-lang/nqp: EAPI 8 Signed-off-by: Patrick Lauer gentoo.org> dev-lang/nqp/nqp-2023.02.ebuild | 2 +- dev-lang/nqp/nqp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/nqp/nqp-2023.02.ebuild b/dev-lang/nqp/nqp-2023.02.ebuild index 601224b3ca76..7ca8384417e3 100644 --- a/dev-lang/nqp/nqp-2023.02.ebuild +++ b/dev-lang/nqp/nqp-2023.02.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 java-pkg-opt-2 multibuild diff --git a/dev-lang/nqp/nqp-9999.ebuild b/dev-lang/nqp/nqp-9999.ebuild index ed087ca0a10c..6a9c0f4a7c60 100644 --- a/dev-lang/nqp/nqp-9999.ebuild +++ b/dev-lang/nqp/nqp-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 java-pkg-opt-2 multibuild