From 06968bd1f4e1aabf07b79fc5d94600d6fffa583a Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 3 Mar 2008 16:13:38 +0000 Subject: 0.21 beta fix for bug #212153 --- eclass/mythtv-plugins.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass/mythtv-plugins.eclass') 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 # # 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 -- cgit v1.2.3-65-gdbad