Skip to content

Commit

Permalink
mount-boot{,-utils}.eclass: Update @SUPPORTED_EAPIS
Browse files Browse the repository at this point in the history
It didn't agree with the case statement below.

Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Jul 12, 2024
1 parent 75cbeb5 commit 0b5a61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eclass/mount-boot-utils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion eclass/mount-boot.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0b5a61f

Please sign in to comment.