commit: a7e5810bcb1962534525500f412b7d3fd4700b12 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 05:38:39 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 05:38:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e5810b
pax-utils.eclass: fix @SUPPORTED_EAPIS eclassdoc Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/pax-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass index 1b3fa65d131..9c4903d24b6 100644 --- a/eclass/pax-utils.eclass +++ b/eclass/pax-utils.eclass @@ -7,8 +7,8 @@ # @AUTHOR: # Author: Kevin F. Quinn <[email protected]> # Author: Anthony G. Basile <[email protected]> -# @BLURB: functions to provide PaX markings for hardened kernels # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: functions to provide PaX markings for hardened kernels # @DESCRIPTION: # # This eclass provides support for manipulating PaX markings on ELF binaries,
