Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mongosh-bin/
Date: Mon, 04 Oct 2021 12:33:31
Message-Id: 1633350744.2e0639a03fb8d96bd1f6f1d84b290e152d410bbc.juippis@gentoo
1 commit: 2e0639a03fb8d96bd1f6f1d84b290e152d410bbc
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 12:27:30 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 12:32:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0639a0
7
8 app-admin/mongosh-bin: update EAPI 7 -> 8
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild b/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild
16 index efad4f58748..99b15a3d48a 100644
17 --- a/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild
18 +++ b/app-admin/mongosh-bin/mongosh-bin-1.0.7.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 MY_PN="${PN%-bin}"
27 MY_P=${MY_PN}-${PV}