diff options
author | 2005-01-18 09:45:34 +0000 | |
---|---|---|
committer | 2005-01-18 09:45:34 +0000 | |
commit | cc366a086518885d9668980f7e4737b7f0f760b2 (patch) | |
tree | fe6c3f2c0b47c18cf03e026a787c8b1bc8ce017f /eclass | |
parent | Adding CVS snapshot releases of MythTV for testing (diff) | |
download | gentoo-2-cc366a086518885d9668980f7e4737b7f0f760b2.tar.gz gentoo-2-cc366a086518885d9668980f7e4737b7f0f760b2.tar.bz2 gentoo-2-cc366a086518885d9668980f7e4737b7f0f760b2.zip |
Added IUSE since the eclass uses some USE flags rather then the ebuilds
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/myth.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/myth.eclass b/eclass/myth.eclass index ed7b1b2c5e3e..3b9576a9a4ff 100644 --- a/eclass/myth.eclass +++ b/eclass/myth.eclass @@ -1,12 +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.4 2004/09/15 14:40:33 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.5 2005/01/18 09:45:34 cardoe Exp $ # # Author: Daniel Ahlberg <aliz@gentoo.org> # ECLASS=myth INHERITED="${INHERITED} ${ECLASS}" +IUSE="${IUSE} nls debug" EXPORT_FUNCTIONS src_unpack src_compile src_install |