summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-03-03 16:13:38 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-03-03 16:13:38 +0000
commit989c4ef75519b0afbb81ed08b15363f2c2b6542d (patch)
tree3fc6749fe482de8210080f2c566935f2677b59ed /eclass/mythtv-plugins.eclass
parentVersion bump with removed mailwrapper magic (bug #158501). Marked ~hppa. (diff)
downloadhistorical-989c4ef75519b0afbb81ed08b15363f2c2b6542d.tar.gz
historical-989c4ef75519b0afbb81ed08b15363f2c2b6542d.tar.bz2
historical-989c4ef75519b0afbb81ed08b15363f2c2b6542d.zip
0.21 beta fix for bug #212153
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r--eclass/mythtv-plugins.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass
index ea114b0bd6af..9c90e9008faa 100644
--- a/eclass/mythtv-plugins.eclass
+++ b/eclass/mythtv-plugins.eclass
@@ -1,12 +1,12 @@
# 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.29 2008/02/20 20:05:23 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.30 2008/03/03 16:13:38 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
# Installs MythTV plugins along with patches from the release-${PV}-fixes branch
#
-inherit mythtv multilib qt3 versionator
+inherit mythtv multilib qt3 versionator subversion
# Extra configure options to pass to econf
MTVCONF=${MTVCONF:=""}
@@ -39,7 +39,7 @@ mythtv-plugins_pkg_setup() {
MYTHPLUGINS="${MYTHPLUGINS} mytharchive"
fi
- if version_is_at_least "0.21_pre" ; then
+ if version_is_at_least "0.21_beta" ; then
MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies mythappearance"
MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}"
fi