diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-05-30 07:52:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-05-30 07:52:50 +0000 |
commit | d4c601c3768a163c0ddcad40f70998dad7d78412 (patch) | |
tree | 3dc247f45614679be9cc257ebccf0dcaa9b9cd97 /eclass/myth.eclass | |
parent | mark ~ppc (diff) | |
download | gentoo-2-d4c601c3768a163c0ddcad40f70998dad7d78412.tar.gz gentoo-2-d4c601c3768a163c0ddcad40f70998dad7d78412.tar.bz2 gentoo-2-d4c601c3768a163c0ddcad40f70998dad7d78412.zip |
fixed warning
Diffstat (limited to 'eclass/myth.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 37c0c294a78f..52cdc8e04740 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.12 2005/05/30 07:46:58 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.13 2005/05/30 07:52:50 cardoe Exp $ # # Author: Daniel Ahlberg <aliz@gentoo.org> # ######################### ######################## -DO NOT USE THIS FOR MYTHTV STUFF +ewarn "${ECLASS}.eclass : DO NOT USE THIS FOR MYTHTV STUFF. Use mythtv-plugins.eclass" ##################### ##################### |