From: Doug Goldstein Date: Thu, 19 Apr 2007 23:00:39 +0000 (+0000) Subject: Add support for MythTV 0.21's new plugins X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5c8013ff86c173391e61fa57a8f7353d4148edc7;p=gentoo.git Add support for MythTV 0.21's new plugins --- 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 # @@ -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() {