summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-22 11:04:42 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-08-22 11:04:42 -0400
commit59cbfc56db0271c46374f04e0b4919482343fbc6 (patch)
tree9d9353f6e6a30f7d35a85ef39f33ea21d36af8b4 /eclass/pax-utils.eclass
parentsys-apps/paludis-2.4.0-r0: x86 stable wrt bug #554534 (diff)
downloadgentoo-59cbfc56db0271c46374f04e0b4919482343fbc6.tar.gz
gentoo-59cbfc56db0271c46374f04e0b4919482343fbc6.tar.bz2
gentoo-59cbfc56db0271c46374f04e0b4919482343fbc6.zip
eclass: enable PAX_MARKINGS=XT by default.
Diffstat (limited to 'eclass/pax-utils.eclass')
-rw-r--r--eclass/pax-utils.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
index e72a04f1fe56..15eb23db2748 100644
--- a/eclass/pax-utils.eclass
+++ b/eclass/pax-utils.eclass
@@ -29,7 +29,7 @@ _PAX_UTILS_ECLASS=1
# Control which markings are made:
# PT = PT_PAX markings, XT = XATTR_PAX markings
# Default to PT markings.
-PAX_MARKINGS=${PAX_MARKINGS:="PT"}
+PAX_MARKINGS=${PAX_MARKINGS:="PT XT"}
# @FUNCTION: pax-mark
# @USAGE: <flags> {<ELF files>}