summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-06-28 18:13:15 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-06-28 18:13:15 +0000
commit5d6c3554bd1ba902904c89c1fa8313231310a937 (patch)
tree570491c7a53645f6ca4a6adea9ac00fdecb6430b /eclass/mythtv-plugins.eclass
parentForce gdk-pixbuf on if python bindings are built (diff)
downloadhistorical-5d6c3554bd1ba902904c89c1fa8313231310a937.tar.gz
historical-5d6c3554bd1ba902904c89c1fa8313231310a937.tar.bz2
historical-5d6c3554bd1ba902904c89c1fa8313231310a937.zip
Add mythmovies to plugins list for 0.21 per bug #183538
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r--eclass/mythtv-plugins.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass
index a2b04530a92a..f01dfdad01d0 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.21 2007/05/11 13:55:15 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.22 2007/06/28 18:13:15 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -33,7 +33,7 @@ mythtv-plugins_pkg_setup() {
fi
if version_is_at_least "0.21_pre" ; then
- MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder"
+ MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies"
fi
}