Gentoo Archives: gentoo-commits

From: "罗百科" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/moarvm/
Date: Mon, 27 Feb 2023 16:43:55
Message-Id: 1677516227.d59e22a5337f1303f66a0e18e5f4506ca10baebf.patrick@gentoo
1 commit: d59e22a5337f1303f66a0e18e5f4506ca10baebf
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 16:38:45 2023 +0000
4 Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 16:43:47 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d59e22a5
7
8 dev-lang/moarvm: EAPI 8
9
10 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
11
12 dev-lang/moarvm/moarvm-2023.02.ebuild | 2 +-
13 dev-lang/moarvm/moarvm-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/moarvm/moarvm-2023.02.ebuild b/dev-lang/moarvm/moarvm-2023.02.ebuild
17 index 17727dec7617..81688dce5b74 100644
18 --- a/dev-lang/moarvm/moarvm-2023.02.ebuild
19 +++ b/dev-lang/moarvm/moarvm-2023.02.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 MY_PN="MoarVM"
28 if [[ ${PV} == "9999" ]]; then
29
30 diff --git a/dev-lang/moarvm/moarvm-9999.ebuild b/dev-lang/moarvm/moarvm-9999.ebuild
31 index 2f8db477f21e..71cb25f7c82f 100644
32 --- a/dev-lang/moarvm/moarvm-9999.ebuild
33 +++ b/dev-lang/moarvm/moarvm-9999.ebuild
34 @@ -1,7 +1,7 @@
35 # Copyright 1999-2023 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=7
39 +EAPI=8
40
41 MY_PN="MoarVM"
42 if [[ ${PV} == "9999" ]]; then