diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:54:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:54:57 +0000 |
commit | f7f1fb015e4d570611807936f840d984877159c3 (patch) | |
tree | 9f3a1b6638b3d24b7bc74b5882bf343501d79b2a /eclass | |
parent | add IUSE=pcmcia (diff) | |
download | historical-f7f1fb015e4d570611807936f840d984877159c3.tar.gz historical-f7f1fb015e4d570611807936f840d984877159c3.tar.bz2 historical-f7f1fb015e4d570611807936f840d984877159c3.zip |
add IUSE=debug
Diffstat (limited to 'eclass')
-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" |