Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 21 Jun 2021 05:39:22
Message-Id: 1624253920.a7e5810bcb1962534525500f412b7d3fd4700b12.sam@gentoo
1 commit: a7e5810bcb1962534525500f412b7d3fd4700b12
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:38:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:38:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e5810b
7
8 pax-utils.eclass: fix @SUPPORTED_EAPIS eclassdoc
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/pax-utils.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
16 index 1b3fa65d131..9c4903d24b6 100644
17 --- a/eclass/pax-utils.eclass
18 +++ b/eclass/pax-utils.eclass
19 @@ -7,8 +7,8 @@
20 # @AUTHOR:
21 # Author: Kevin F. Quinn <kevquinn@g.o>
22 # Author: Anthony G. Basile <blueness@g.o>
23 -# @BLURB: functions to provide PaX markings for hardened kernels
24 # @SUPPORTED_EAPIS: 5 6 7
25 +# @BLURB: functions to provide PaX markings for hardened kernels
26 # @DESCRIPTION:
27 #
28 # This eclass provides support for manipulating PaX markings on ELF binaries,