commit: 1094cd2293d63b3b2f68188a99860a19656761b7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 16 17:15:17 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 16 17:16:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1094cd22
mount-boot.eclass: Fix eclassdoc tag order and copyright date Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/mount-boot.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mount-boot.eclass b/eclass/mount-boot.eclass index 8f59822db68..2b07160231a 100644 --- a/eclass/mount-boot.eclass +++ b/eclass/mount-boot.eclass @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: mount-boot.eclass # @MAINTAINER: # [email protected] -# @BLURB: functions for packages that install files into /boot # @SUPPORTED_EAPIS: 6 7 +# @BLURB: functions for packages that install files into /boot # @DESCRIPTION: # This eclass is really only useful for bootloaders. #
