diff options
author | 2005-07-06 20:54:57 +0000 | |
---|---|---|
committer | 2005-07-06 20:54:57 +0000 | |
commit | 475d0917b5cf0afc6e3eb28e26583066ee018885 (patch) | |
tree | 19d7673923160dc550132dc1d9ac7f312c0fba32 | |
parent | add IUSE=pcmcia (diff) | |
download | gentoo-2-475d0917b5cf0afc6e3eb28e26583066ee018885.tar.gz gentoo-2-475d0917b5cf0afc6e3eb28e26583066ee018885.tar.bz2 gentoo-2-475d0917b5cf0afc6e3eb28e26583066ee018885.zip |
add IUSE=debug
-rw-r--r-- | eclass/mythtv-plugins.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index d843b97cda0a..ab09c4015abb 100644 --- a/eclass/mythtv-plugins.eclass +++ b/eclass/mythtv-plugins.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/mythtv-plugins.eclass,v 1.6 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.7 2005/07/06 20:54:57 agriffis Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org # inherit multilib -IUSE="${IUSE} mmx" +IUSE="${IUSE} debug mmx" EXPORT_FUNCTIONS src_unpack src_compile src_install MYTHPLUGINS="mythbrowser mythdvd mythgallery mythgame mythmusic mythnews mythphone mythvideo mythweather mythweb" |