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 | 5c8013ff86c173391e61fa57a8f7353d4148edc7 (patch) | |
tree | c8b8ffb8c75adc0bfde5bd8b515b34b7fafe612c /eclass/mythtv-plugins.eclass | |
parent | re-release (diff) | |
download | historical-5c8013ff86c173391e61fa57a8f7353d4148edc7.tar.gz historical-5c8013ff86c173391e61fa57a8f7353d4148edc7.tar.bz2 historical-5c8013ff86c173391e61fa57a8f7353d4148edc7.zip |
Add support for MythTV 0.21's new plugins
Diffstat (limited to 'eclass/mythtv-plugins.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() { |