diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2024-07-12 19:43:15 +0200 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2024-07-12 19:43:40 +0200 |
| commit | 0b5a61fc03b22036d38c7bc1dab15b7061277f85 (patch) | |
| tree | 87fb0a2d620ad11e3f2a9ff92e34c4110253e7e4 /eclass/mount-boot-utils.eclass | |
| parent | 75cbeb51d13fc26c9eda09383d5a9825b065325c (diff) | |
| download | gentoo-0b5a61fc03b22036d38c7bc1dab15b7061277f85.tar.gz gentoo-0b5a61fc03b22036d38c7bc1dab15b7061277f85.tar.bz2 gentoo-0b5a61fc03b22036d38c7bc1dab15b7061277f85.zip | |
mount-boot{,-utils}.eclass: Update @SUPPORTED_EAPIS
It didn't agree with the case statement below.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/mount-boot-utils.eclass')
| -rw-r--r-- | eclass/mount-boot-utils.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mount-boot-utils.eclass b/eclass/mount-boot-utils.eclass index 39f8e94b84ec..e24b4e0c0826 100644 --- a/eclass/mount-boot-utils.eclass +++ b/eclass/mount-boot-utils.eclass @@ -4,7 +4,7 @@ # @ECLASS: mount-boot-utils.eclass # @MAINTAINER: # base-system@gentoo.org -# @SUPPORTED_EAPIS: 6 7 8 +# @SUPPORTED_EAPIS: 7 8 # @BLURB: functions for packages that install files into /boot or the ESP # @DESCRIPTION: # This eclass is really only useful for bootloaders and kernel installation. |
