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 A55E2158030 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 17183E07E1; Mon, 27 Feb 2023 16:43:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 02863E07E1 for ; Mon, 27 Feb 2023 16:43:55 +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 1B0E1340EBA for ; Mon, 27 Feb 2023 16:43:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0645F8CE for ; Mon, 27 Feb 2023 16:43:50 +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.84db1284a633ead5e7888fccf19fbe474844e7b1.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rakudo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rakudo/rakudo-2023.02.ebuild X-VCS-Directories: dev-lang/rakudo/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 84db1284a633ead5e7888fccf19fbe474844e7b1 X-VCS-Branch: master Date: Mon, 27 Feb 2023 16:43:50 +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: ccf0ef54-e15f-4d79-85ac-db2d60f3447d X-Archives-Hash: 9560740b770334b52b329368cd2478fa commit: 84db1284a633ead5e7888fccf19fbe474844e7b1 Author: Patrick Lauer gentoo org> AuthorDate: Mon Feb 27 16:43:38 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Mon Feb 27 16:43:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84db1284 dev-lang/rakudo: update EAPI 7 -> 8 Signed-off-by: Patrick Lauer gentoo.org> dev-lang/rakudo/rakudo-2023.02.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rakudo/rakudo-2023.02.ebuild b/dev-lang/rakudo/rakudo-2023.02.ebuild index 29f2fa9e98a9..a8a18519d240 100644 --- a/dev-lang/rakudo/rakudo-2023.02.ebuild +++ b/dev-lang/rakudo/rakudo-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