diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-21 19:35:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-21 19:35:28 +0000 |
commit | 1fc73f2583342c2f32436fa1997bf9369c2c50ac (patch) | |
tree | adde2fa39309485656c82c8aadf0e5c0e59ab3ef /eclass/gnuconfig.eclass | |
parent | Added ~ppc wrt bug 134568 (diff) | |
download | gentoo-2-1fc73f2583342c2f32436fa1997bf9369c2c50ac.tar.gz gentoo-2-1fc73f2583342c2f32436fa1997bf9369c2c50ac.tar.bz2 gentoo-2-1fc73f2583342c2f32436fa1997bf9369c2c50ac.zip |
remove warning message for now
Diffstat (limited to 'eclass/gnuconfig.eclass')
-rw-r--r-- | eclass/gnuconfig.eclass | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 562282c355aa..112d6213c27b 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.32 2006/06/15 18:33:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.33 2006/06/21 19:35:28 vapier Exp $ # # THIS ECLASS IS DEAD: It has been integrated into portage # @@ -29,9 +29,11 @@ DESCRIPTION="Based on the ${ECLASS} eclass" # config.sub and config.guess (old default behavior), otherwise update the # named files. gnuconfig_update() { - echo - ewarn "QA Notice: Please stop using me, portage updates files for you." - echo + +# hmm some packages (like binutils gcc glibc) still use this ... +# echo +# ewarn "QA Notice: Please stop using me, portage updates files for you." +# echo local startdir # declared here ... used in gnuconfig_do_update |