summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-09-28 20:11:05 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-09-28 20:11:05 +0000
commitea5d76cc7b1434efa33d0fb01ebeecb71dd915af (patch)
treebed2ce45fa8e14db5174de677dfe79f6728ba7ec /eclass
parentVersion bump, bug#523918 (diff)
downloadhistorical-ea5d76cc7b1434efa33d0fb01ebeecb71dd915af.tar.gz
historical-ea5d76cc7b1434efa33d0fb01ebeecb71dd915af.tar.bz2
historical-ea5d76cc7b1434efa33d0fb01ebeecb71dd915af.zip
Suppress annoying warning, see https://forums.gentoo.org/viewtopic-p-7624560.html
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/pax-utils.eclass4
2 files changed, 6 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 9e90237f2b96..f761ea134e36 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1378 2014/09/27 20:54:42 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1379 2014/09/28 20:11:05 blueness Exp $
+
+ 28 Sep 2014; Anthony G. Basile <blueness@gentoo.org> pax-utils.eclass:
+ Suppress annoying warning, see
+ https://forums.gentoo.org/viewtopic-p-7624560.html
27 Sep 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass:
Deprecate EAPI=0,1,2,3 in perl-module.eclass with a big fat ewarn instead of
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
index 68d954e93750..e1f94885f640 100644
--- a/eclass/pax-utils.eclass
+++ b/eclass/pax-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.23 2014/08/30 14:06:04 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.24 2014/09/28 20:11:05 blueness Exp $
# @ECLASS: pax-utils.eclass
# @MAINTAINER:
@@ -98,8 +98,6 @@ pax-mark() {
#Finally fall back on scanelf
if type -p scanelf > /dev/null && [[ ${PAX_MARKINGS} != "none" ]]; then
- ewarn "Fallback PaX marking -${flags} with scanelf"
- ewarn "Please check that PaX marking worked"
scanelf -Xxz ${flags} "$f"
#We failed to set PT_PAX flags
elif [[ ${PAX_MARKINGS} != "none" ]]; then