diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-03-03 16:13:38 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-03-03 16:13:38 +0000 |
commit | 06968bd1f4e1aabf07b79fc5d94600d6fffa583a (patch) | |
tree | 6f8af01818f87d037222e7cc672d8453c7e0dd54 /eclass/mythtv-plugins.eclass | |
parent | Version bump with removed mailwrapper magic (bug #158501). Marked ~hppa. (diff) | |
download | gentoo-2-06968bd1f4e1aabf07b79fc5d94600d6fffa583a.tar.gz gentoo-2-06968bd1f4e1aabf07b79fc5d94600d6fffa583a.tar.bz2 gentoo-2-06968bd1f4e1aabf07b79fc5d94600d6fffa583a.zip |
0.21 beta fix for bug #212153
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 6 |
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 |