summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-03-09 18:18:09 +0000
committerMichał Górny <mgorny@gentoo.org>2013-03-09 18:18:09 +0000
commitae3cec0cb12da3d0fdd88bf836947d2ad83ea719 (patch)
tree2a9abbacaebc56200ef5a6accea34d3e4e4a40f2 /eclass
parentEapi5, remove old (diff)
downloadgentoo-2-ae3cec0cb12da3d0fdd88bf836947d2ad83ea719.tar.gz
gentoo-2-ae3cec0cb12da3d0fdd88bf836947d2ad83ea719.tar.bz2
gentoo-2-ae3cec0cb12da3d0fdd88bf836947d2ad83ea719.zip
Disable epunt_cxx warning since epunt_cxx is broken nowadays.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/eutils.eclass8
2 files changed, 8 insertions, 5 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 5e4a881d0604..0b1f9ab9539b 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.726 2013/03/09 17:55:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.727 2013/03/09 18:18:09 mgorny Exp $
+
+ 09 Mar 2013; Michał Górny <mgorny@gentoo.org> eutils.eclass:
+ Disable epunt_cxx warning since epunt_cxx is broken nowadays.
09 Mar 2013; Michał Górny <mgorny@gentoo.org> eutils.eclass:
Fix epunt_cxx not to subshell.
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 04f95ed84a16..752aed3e7e62 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.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/eutils.eclass,v 1.412 2013/03/09 17:55:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.413 2013/03/09 18:18:09 mgorny Exp $
# @ECLASS: eutils.eclass
# @MAINTAINER:
@@ -1276,9 +1276,9 @@ epunt_cxx() {
&& any_found=1
done < <(find "${dir}" -name configure -print0)
- if [[ -z ${any_found} ]]; then
- eqawarn "epunt_cxx called unnecessarily (no C++ checks to punt)."
- fi
+# if [[ -z ${any_found} ]]; then
+# eqawarn "epunt_cxx called unnecessarily (no C++ checks to punt)."
+# fi
eend 0
}