summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-01-15 15:54:11 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-01-15 15:54:11 +0000
commit902cfde5e7af93c38458acaaa72cf4cfca90ce69 (patch)
treef2a96b2b8051f22fb8b8f80163f633f8b2aab056 /eclass/mythtv-plugins.eclass
parentVersion bump wrt bug #205977 thanks to Tiago Cunha (diff)
downloadgentoo-2-902cfde5e7af93c38458acaaa72cf4cfca90ce69.tar.gz
gentoo-2-902cfde5e7af93c38458acaaa72cf4cfca90ce69.tar.bz2
gentoo-2-902cfde5e7af93c38458acaaa72cf4cfca90ce69.zip
add mythappearance as mythtv plugin
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 20790fe2121e..ce0dc97b66c2 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.27 2007/08/07 19:19:52 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.28 2008/01/15 15:54:11 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -40,7 +40,7 @@ mythtv-plugins_pkg_setup() {
fi
if version_is_at_least "0.21_pre" ; then
- MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies"
+ MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies mythappearance"
MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}"
fi
}