Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mosh: mosh-1.2-r1.ebuild
Date: Wed, 02 May 2012 22:19:11
Message-Id: 20120502221900.D10542004B@flycatcher.gentoo.org
1 xmw 12/05/02 22:19:00
2
3 Modified: mosh-1.2-r1.ebuild
4 Log:
5 Fix typo in kernel version check
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 net-misc/mosh/mosh-1.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mosh/mosh-1.2-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: mosh-1.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mosh-1.2-r1.ebuild 2 May 2012 22:13:39 -0000 1.2
23 +++ mosh-1.2-r1.ebuild 2 May 2012 22:19:00 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2-r1.ebuild,v 1.2 2012/05/02 22:13:39 xmw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mosh/mosh-1.2-r1.ebuild,v 1.3 2012/05/02 22:19:00 xmw Exp $
29
30 EAPI=4
31
32 @@ -29,7 +29,7 @@
33
34 pkg_setup() {
35 if ! use skalibs ; then
36 - if kernel_is -gt 2 6 27 ; then
37 + if kernel_is -lt 2 6 27 ; then
38 ewarn
39 ewarn "Consider activating the skalibs USE flag, iff the build fauls"
40 ewarn