diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-23 14:55:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-23 14:55:11 +0000 |
commit | 9ac8d8fd5de9313b759a9ac46ff8787c369e58ca (patch) | |
tree | 9038c39ce988000949a387679f8af8d707be1d80 /eclass/mythtv-plugins.eclass | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-9ac8d8fd5de9313b759a9ac46ff8787c369e58ca.tar.gz gentoo-2-9ac8d8fd5de9313b759a9ac46ff8787c369e58ca.tar.bz2 gentoo-2-9ac8d8fd5de9313b759a9ac46ff8787c369e58ca.zip |
No need to treat IUSE as incremental, portage handles it.
Diffstat (limited to 'eclass/mythtv-plugins.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 4d57a2d2f2d8..ce3ebb555669 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.8 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.9 2005/08/23 14:55:11 swegener Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org # inherit multilib -IUSE="${IUSE} debug mmx" +IUSE="debug mmx" EXPORT_FUNCTIONS src_unpack src_compile src_install MYTHPLUGINS="mythbrowser mythdvd mythgallery mythgame mythmusic mythnews mythphone mythvideo mythweather mythweb" |