diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-07 05:48:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-07 05:48:54 +0000 |
commit | a93ca8e77ee8c942889bbb7b90840ed49ae95fc4 (patch) | |
tree | e43c89c3b83d50b19af971e3c131b97cfb280ee9 /eclass | |
parent | version bump (diff) | |
download | gentoo-2-a93ca8e77ee8c942889bbb7b90840ed49ae95fc4.tar.gz gentoo-2-a93ca8e77ee8c942889bbb7b90840ed49ae95fc4.tar.bz2 gentoo-2-a93ca8e77ee8c942889bbb7b90840ed49ae95fc4.zip |
Don't einfo in global scope
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/myth.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/myth.eclass b/eclass/myth.eclass index 52cdc8e04740..8cdda9dec39a 100644 --- a/eclass/myth.eclass +++ b/eclass/myth.eclass @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.13 2005/05/30 07:52:50 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.14 2005/06/07 05:48:54 mr_bones_ Exp $ # # Author: Daniel Ahlberg <aliz@gentoo.org> # ######################### ######################## -ewarn "${ECLASS}.eclass : DO NOT USE THIS FOR MYTHTV STUFF. Use mythtv-plugins.eclass" +# DO NOT USE THIS FOR MYTHTV STUFF. Use mythtv-plugins.eclass ##################### ##################### |