diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-05-11 13:55:15 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-05-11 13:55:15 +0000 |
commit | 9b99ca1557182f07adebbf117eca14666a47c2a7 (patch) | |
tree | ef37a0e79e75f71411fb1047bd4de0c8c500ca66 /eclass/mythtv-plugins.eclass | |
parent | Only apply crosscompile patch conditionally, drop tests if crosscompiling and... (diff) | |
download | gentoo-2-9b99ca1557182f07adebbf117eca14666a47c2a7.tar.gz gentoo-2-9b99ca1557182f07adebbf117eca14666a47c2a7.tar.bz2 gentoo-2-9b99ca1557182f07adebbf117eca14666a47c2a7.zip |
Need to grab 0.21_pre versions as well as 0.20
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index 2ea2ecef9642..a2b04530a92a 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.20 2007/04/19 23:00:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.21 2007/05/11 13:55:15 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -32,7 +32,7 @@ mythtv-plugins_pkg_setup() { MYTHPLUGINS="${MYTHPLUGINS} mytharchive" fi - if version_is_at_least "0.21" ; then + if version_is_at_least "0.21_pre" ; then MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder" fi } |