blueness    14/09/28 20:11:05

  Modified:             ChangeLog pax-utils.eclass
  Log:
  Suppress annoying warning, see 
https://forums.gentoo.org/viewtopic-p-7624560.html

Revision  Changes    Path
1.1379               eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1379&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1379&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1378&r2=1.1379

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1378
retrieving revision 1.1379
diff -u -r1.1378 -r1.1379
--- ChangeLog   27 Sep 2014 20:54:42 -0000      1.1378
+++ ChangeLog   28 Sep 2014 20:11:05 -0000      1.1379
@@ -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 <[email protected]> pax-utils.eclass:
+  Suppress annoying warning, see
+  https://forums.gentoo.org/viewtopic-p-7624560.html
 
   27 Sep 2014; Andreas K. Huettel <[email protected]> perl-module.eclass:
   Deprecate EAPI=0,1,2,3 in perl-module.eclass with a big fat ewarn instead of



1.24                 eclass/pax-utils.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/pax-utils.eclass?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/pax-utils.eclass?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/pax-utils.eclass?r1=1.23&r2=1.24

Index: pax-utils.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- pax-utils.eclass    30 Aug 2014 14:06:04 -0000      1.23
+++ pax-utils.eclass    28 Sep 2014 20:11:05 -0000      1.24
@@ -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 @@
 
                        #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




Reply via email to