Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mythtv-plugins.eclass
Date: Wed, 16 Jun 2010 05:29:25
Message-Id: 20100616052921.EDD182C621@corvid.gentoo.org
1 cardoe 10/06/16 05:29:21
2
3 Modified: mythtv-plugins.eclass
4 Log:
5 Fix typo as pointed out by Ray <rym002@××××××××.net>. bug #324039
6
7 Revision Changes Path
8 1.38 eclass/mythtv-plugins.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.38&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mythtv-plugins.eclass?rev=1.38&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mythtv-plugins.eclass?r1=1.37&r2=1.38
13
14 Index: mythtv-plugins.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v
17 retrieving revision 1.37
18 retrieving revision 1.38
19 diff -u -r1.37 -r1.38
20 --- mythtv-plugins.eclass 13 Jun 2010 07:02:31 -0000 1.37
21 +++ mythtv-plugins.eclass 16 Jun 2010 05:29:21 -0000 1.38
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.37 2010/06/13 07:02:31 cardoe Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.38 2010/06/16 05:29:21 cardoe Exp $
27 #
28 # @ECLASS: mythtv-plugins.eclass
29 # @AUTHOR: Doug Goldstein <cardoe@g.o>
30 @@ -49,7 +49,7 @@
31 MYTHPLUGINS="${MYTHPLUGINS/mythphone/}"
32 fi
33
34 - if version is_at_least "0.23_beta" ; then
35 + if version_is_at_least "0.23_beta" ; then
36 MYTHPLUGINS="${MYTHPLUGINS/mythflix/}"
37 MYTHPLUGINS="${MYTHPLUGINS} mythnetvision"
38 fi