diff options
author | 2005-05-30 07:52:50 +0000 | |
---|---|---|
committer | 2005-05-30 07:52:50 +0000 | |
commit | 535a559aa3cedb33b169eb2f59240ab03eee576a (patch) | |
tree | a41838774bcb0d236593660e1ae1108cf292d02d /eclass | |
parent | mark ~ppc (diff) | |
download | historical-535a559aa3cedb33b169eb2f59240ab03eee576a.tar.gz historical-535a559aa3cedb33b169eb2f59240ab03eee576a.tar.bz2 historical-535a559aa3cedb33b169eb2f59240ab03eee576a.zip |
fixed warning
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 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" ##################### ##################### |