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 | 107d67fe91d059b6a9e88d78e1f1bf5773b5569b (patch) | |
tree | 436034417550498157394fcb645f413cdd5d3b5a /eclass | |
parent | version bump (diff) | |
download | historical-107d67fe91d059b6a9e88d78e1f1bf5773b5569b.tar.gz historical-107d67fe91d059b6a9e88d78e1f1bf5773b5569b.tar.bz2 historical-107d67fe91d059b6a9e88d78e1f1bf5773b5569b.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 ##################### ##################### |