summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/mythtv-plugins.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass
index 069e1335f6c2..6d128bf9b0d6 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.23 2007/06/28 18:38:12 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.24 2007/06/28 18:40:25 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -41,6 +41,7 @@ mythtv-plugins_pkg_setup() {
if version_is_at_least "0.21_pre" ; then
MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies"
+ MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}"
fi
}