summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2010-06-16 05:29:21 +0000
committerDoug Goldstein <cardoe@gentoo.org>2010-06-16 05:29:21 +0000
commit6b1b5a42b7587bec48de94ef069c5911fe6ffdff (patch)
tree28ff1cd0ece43836f6b2bec370b433a94c18c1d2 /eclass/mythtv-plugins.eclass
parentAdd qt-test dependency (diff)
downloadgentoo-2-6b1b5a42b7587bec48de94ef069c5911fe6ffdff.tar.gz
gentoo-2-6b1b5a42b7587bec48de94ef069c5911fe6ffdff.tar.bz2
gentoo-2-6b1b5a42b7587bec48de94ef069c5911fe6ffdff.zip
Fix typo as pointed out by Ray <rym002@netscape.net>. bug #324039
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r--eclass/mythtv-plugins.eclass4
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