diff options
author | 2010-06-16 05:29:21 +0000 | |
---|---|---|
committer | 2010-06-16 05:29:21 +0000 | |
commit | 9ef32aec410c231a888830076836374c516edac5 (patch) | |
tree | db825c57dc98743855923ef515f0f6373551694a /eclass | |
parent | Add qt-test dependency (diff) | |
download | historical-9ef32aec410c231a888830076836374c516edac5.tar.gz historical-9ef32aec410c231a888830076836374c516edac5.tar.bz2 historical-9ef32aec410c231a888830076836374c516edac5.zip |
Fix typo as pointed out by Ray <rym002@netscape.net>. bug #324039
Diffstat (limited to '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 64f4c996250a..39661053ab4c 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.37 2010/06/13 07:02:31 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.38 2010/06/16 05:29:21 cardoe Exp $ # # @ECLASS: mythtv-plugins.eclass # @AUTHOR: Doug Goldstein <cardoe@gentoo.org> @@ -49,7 +49,7 @@ mythtv-plugins_pkg_setup() { MYTHPLUGINS="${MYTHPLUGINS/mythphone/}" fi - if version is_at_least "0.23_beta" ; then + if version_is_at_least "0.23_beta" ; then MYTHPLUGINS="${MYTHPLUGINS/mythflix/}" MYTHPLUGINS="${MYTHPLUGINS} mythnetvision" fi |