forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mount-boot{,-utils}.eclass: Update @SUPPORTED_EAPIS
It didn't agree with the case statement below. Signed-off-by: Ulrich Müller <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# @ECLASS: mount-boot-utils.eclass | ||
# @MAINTAINER: | ||
# [email protected] | ||
# @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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# @ECLASS: mount-boot.eclass | ||
# @MAINTAINER: | ||
# [email protected] | ||
# @SUPPORTED_EAPIS: 6 7 8 | ||
# @SUPPORTED_EAPIS: 7 8 | ||
# @BLURB: eclass for packages that install files into /boot or the ESP | ||
# @DESCRIPTION: | ||
# This eclass is really only useful for bootloaders and kernel installation. | ||
|