summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-03-06 20:41:55 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-03-06 20:41:55 +0000
commit9b54c989f39811c18e81c619c668a04f4c8f34a4 (patch)
treed8db49d9e166731a74f7751654a54122d21aeec5 /eclass
parent0.21 beta bump (diff)
downloadgentoo-2-9b54c989f39811c18e81c619c668a04f4c8f34a4.tar.gz
gentoo-2-9b54c989f39811c18e81c619c668a04f4c8f34a4.tar.bz2
gentoo-2-9b54c989f39811c18e81c619c668a04f4c8f34a4.zip
mythappearance is gone and merged into mythtv with newer 0.21s
Diffstat (limited to '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 9c90e9008faa..b86e3a3872c7 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.30 2008/03/03 16:13:38 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.31 2008/03/06 20:41:55 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -40,7 +40,7 @@ mythtv-plugins_pkg_setup() {
fi
if version_is_at_least "0.21_beta" ; then
- MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies mythappearance"
+ MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies"
MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}"
fi
}