diff options
author | 2013-05-18 13:43:20 +0000 | |
---|---|---|
committer | 2013-05-18 13:43:20 +0000 | |
commit | 3b7dbde072efe60029860bd00821eb3161a89317 (patch) | |
tree | defe32cf7c535d611be2f81046c0a8d4b12be83e /eclass | |
parent | bump (diff) | |
download | historical-3b7dbde072efe60029860bd00821eb3161a89317.tar.gz historical-3b7dbde072efe60029860bd00821eb3161a89317.tar.bz2 historical-3b7dbde072efe60029860bd00821eb3161a89317.zip |
Fix a typo in pax-utils.eclass
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/pax-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass index 2044f68bfa09..547d6ac1ad56 100644 --- a/eclass/pax-utils.eclass +++ b/eclass/pax-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.20 2013/04/09 23:43:53 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.21 2013/05/18 13:43:20 zorry Exp $ # @ECLASS: pax-utils.eclass # @MAINTAINER: @@ -41,7 +41,7 @@ PAX_MARKINGS=${PAX_MARKINGS:="PT"} # Flags are passed directly to the utilities unchanged # # p: disable PAGEEXEC P: enable PAGEEXEC -# e: disable EMUTRMAP E: enable EMUTRMAP +# e: disable EMUTRAMP E: enable EMUTRAMP # m: disable MPROTECT M: enable MPROTECT # r: disable RANDMMAP R: enable RANDMMAP # s: disable SEGMEXEC S: enable SEGMEXEC |