Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/charliecloud/
Date: Fri, 08 Apr 2022 12:17:06
Message-Id: 1649420214.4d045c6a3db4f6c15cf898d7829a52dbef5b2956.juippis@gentoo
1 commit: 4d045c6a3db4f6c15cf898d7829a52dbef5b2956
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Thu Mar 31 17:06:22 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 12:16:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d045c6a
7
8 sys-cluster/charliecloud: Bump live ebuild to EAPI 8.
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/24833
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 sys-cluster/charliecloud/charliecloud-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild
19 index 14f8aa4a1aa5..0a5c5c382b07 100644
20 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
21 +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
22 @@ -1,7 +1,7 @@
23 # Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 PYTHON_COMPAT=( python3_{8,9,10} )