Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/
Date: Fri, 08 Oct 2021 11:12:37
Message-Id: 1633691531.3ed65f5245f1e7522c794fae1ef3223fae00bd6a.bkohler@gentoo
1 commit: 3ed65f5245f1e7522c794fae1ef3223fae00bd6a
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 7 23:56:23 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 8 11:12:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed65f52
7
8 sys-boot/os-prober: set EAPI=8 for live ebuild
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 sys-boot/os-prober/os-prober-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-boot/os-prober/os-prober-9999.ebuild b/sys-boot/os-prober/os-prober-9999.ebuild
18 index 27278da5f56..4bd5a3f2192 100644
19 --- a/sys-boot/os-prober/os-prober-9999.ebuild
20 +++ b/sys-boot/os-prober/os-prober-9999.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27 inherit readme.gentoo-r1 toolchain-funcs
28
29 DESCRIPTION="Utility to detect other OSs on a set of drives"