diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-05-30 07:46:58 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-05-30 07:46:58 +0000 |
commit | c58111f3c726c9ddc56eb777352df5118948fdf4 (patch) | |
tree | 18ee49d3b68962313a8cd71ea91dec8aac5f3258 /eclass | |
parent | remove 0.16 series (diff) | |
download | gentoo-2-c58111f3c726c9ddc56eb777352df5118948fdf4.tar.gz gentoo-2-c58111f3c726c9ddc56eb777352df5118948fdf4.tar.bz2 gentoo-2-c58111f3c726c9ddc56eb777352df5118948fdf4.zip |
don't use this anymore!
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/myth.eclass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/myth.eclass b/eclass/myth.eclass index 70cc7b1b7b58..37c0c294a78f 100644 --- a/eclass/myth.eclass +++ b/eclass/myth.eclass @@ -1,10 +1,16 @@ # 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.11 2005/04/21 08:25:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.12 2005/05/30 07:46:58 cardoe Exp $ # # Author: Daniel Ahlberg <aliz@gentoo.org> # +######################### +######################## +DO NOT USE THIS FOR MYTHTV STUFF +##################### +##################### + inherit multilib versionator toolchain-funcs ECLASS=myth |