Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/dahdi-tools: dahdi-tools-2.2.0-r1.ebuild
Date: Tue, 22 Dec 2009 13:58:09
Message-Id: E1NN5FW-0006Hg-JZ@stork.gentoo.org
1 chainsaw 09/12/22 13:58:06
2
3 Modified: dahdi-tools-2.2.0-r1.ebuild
4 Log:
5 Growl.
6 (Portage version: 2.1.7.15/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: dahdi-tools-2.2.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- dahdi-tools-2.2.0-r1.ebuild 22 Dec 2009 13:55:21 -0000 1.2
22 +++ dahdi-tools-2.2.0-r1.ebuild 22 Dec 2009 13:58:06 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild,v 1.2 2009/12/22 13:55:21 chainsaw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild,v 1.3 2009/12/22 13:58:06 chainsaw Exp $
28
29 EAPI=1
30 inherit eutils
31 @@ -24,7 +24,7 @@
32 cd "${S}"
33 # Work around broken 07_all_pull-libc-headers-linux.patch
34 # that seemingly nobody wants to fix.
35 - if has_version "!sys-kernel/linux-headers-2.6.29"; then
36 + if ! has_version "=sys-kernel/linux-headers-2.6.29"; then
37 epatch "${FILESDIR}/${P}-ifreq.patch"
38 fi
39 epatch "${FILESDIR}/${P}-modprobe-suffix.patch"