diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-19 23:00:39 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-19 23:00:39 +0000 |
commit | ca9d270c9c08fca6cf231a7bb09149d3e3db8c97 (patch) | |
tree | ee89a8fc9c04f254e5057dbeba4feacc9c8560d7 /eclass | |
parent | re-release (diff) | |
download | gentoo-2-ca9d270c9c08fca6cf231a7bb09149d3e3db8c97.tar.gz gentoo-2-ca9d270c9c08fca6cf231a7bb09149d3e3db8c97.tar.bz2 gentoo-2-ca9d270c9c08fca6cf231a7bb09149d3e3db8c97.zip |
Add support for MythTV 0.21's new plugins
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index ed8a7130cce4..2ea2ecef9642 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.19 2006/10/14 20:27:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.20 2007/04/19 23:00:39 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -31,6 +31,10 @@ mythtv-plugins_pkg_setup() { if version_is_at_least "0.20" ; then MYTHPLUGINS="${MYTHPLUGINS} mytharchive" fi + + if version_is_at_least "0.21" ; then + MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder" + fi } mythtv-plugins_src_unpack() { |