diff options
author | Peter Levine <plevine457@gmail.com> | 2021-10-07 19:56:23 -0400 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-10-08 06:12:11 -0500 |
commit | 3ed65f5245f1e7522c794fae1ef3223fae00bd6a (patch) | |
tree | 040d7dfcc71e40dbda67af11f141b847d024539f /sys-boot | |
parent | sys-boot/os-prober: bump live ebuild (diff) | |
download | gentoo-3ed65f5245f1e7522c794fae1ef3223fae00bd6a.tar.gz gentoo-3ed65f5245f1e7522c794fae1ef3223fae00bd6a.tar.bz2 gentoo-3ed65f5245f1e7522c794fae1ef3223fae00bd6a.zip |
sys-boot/os-prober: set EAPI=8 for live ebuild
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/os-prober/os-prober-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/os-prober/os-prober-9999.ebuild b/sys-boot/os-prober/os-prober-9999.ebuild index 27278da5f56b..4bd5a3f21924 100644 --- a/sys-boot/os-prober/os-prober-9999.ebuild +++ b/sys-boot/os-prober/os-prober-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit readme.gentoo-r1 toolchain-funcs DESCRIPTION="Utility to detect other OSs on a set of drives" |