diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-14 05:49:55 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-14 05:49:55 +0000 |
commit | e9a89251ec2c192fabc7243dd3065b7a1f22cd96 (patch) | |
tree | 672bda4d07d77e12ea0d803933aac9126a33fece /eclass/mythtv-plugins.eclass | |
parent | Rev bump. Updated both version to new eclass (diff) | |
download | historical-e9a89251ec2c192fabc7243dd3065b7a1f22cd96.tar.gz historical-e9a89251ec2c192fabc7243dd3065b7a1f22cd96.tar.bz2 historical-e9a89251ec2c192fabc7243dd3065b7a1f22cd96.zip |
Possible issue.
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 4192b7cdd3ac..e07b6604af31 100644 --- a/eclass/mythtv-plugins.eclass +++ b/eclass/mythtv-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.13 2006/09/14 05:18:02 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.14 2006/09/14 05:49:55 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -29,7 +29,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="debug mmx" +IUSE="${IUSE} debug mmx" RDEPEND="${RDEPEND} =media-tv/mythtv-${MY_PV}*" |