summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r--eclass/mythtv-plugins.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass
index 140a31633827..64f4c996250a 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.36 2009/11/02 01:59:17 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.37 2010/06/13 07:02:31 cardoe Exp $
#
# @ECLASS: mythtv-plugins.eclass
# @AUTHOR: Doug Goldstein <cardoe@gentoo.org>
@@ -48,6 +48,11 @@ mythtv-plugins_pkg_setup() {
MYTHPLUGINS="${MYTHPLUGINS/mythcontrols/}"
MYTHPLUGINS="${MYTHPLUGINS/mythphone/}"
fi
+
+ if version is_at_least "0.23_beta" ; then
+ MYTHPLUGINS="${MYTHPLUGINS/mythflix/}"
+ MYTHPLUGINS="${MYTHPLUGINS} mythnetvision"
+ fi
}
mythtv-plugins_src_prepare() {