# 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>
#
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() {