diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-08-07 13:01:40 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-08-07 07:10:04 -0400 |
commit | 3a8c98f4ad858e14f9dbb02dd4ea96da81cdf024 (patch) | |
tree | 479042cfec4d646dd7380b47b85e2864cb00c14a /eclass/pax-utils.eclass | |
parent | profiles: extend mask to =dev-libs/libressl-2.8* (diff) | |
download | gentoo-3a8c98f4ad858e14f9dbb02dd4ea96da81cdf024.tar.gz gentoo-3a8c98f4ad858e14f9dbb02dd4ea96da81cdf024.tar.bz2 gentoo-3a8c98f4ad858e14f9dbb02dd4ea96da81cdf024.zip |
pax-utils.eclass: fix e-mail address
Diffstat (limited to 'eclass/pax-utils.eclass')
-rw-r--r-- | eclass/pax-utils.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass index ac64ee35fedb..f6f9623cc900 100644 --- a/eclass/pax-utils.eclass +++ b/eclass/pax-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: pax-utils.eclass @@ -50,8 +50,8 @@ PAX_MARKINGS=${PAX_MARKINGS:="PT XT"} # to https://pax.grsecurity.net/ for details on what these flags are all about. # # Please confirm any relaxation of restrictions with the Gentoo Hardened team. -# Either ask on the gentoo-hardened mailing list, or CC/assign hardened@g.o on -# the bug report. +# Either ask on the gentoo-hardened mailing list, or CC/assign +# hardened@gentoo.org on the bug report. pax-mark() { local f # loop over paxables local flags # pax flags |