Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evtouch: xf86-input-evtouch-0.8.7.ebuild
Date: Thu, 21 Feb 2008 20:52:36
Message-Id: E1JSIPB-00038c-Ft@stork.gentoo.org
1 cardoe 08/02/21 20:52:33
2
3 Modified: xf86-input-evtouch-0.8.7.ebuild
4 Log:
5 fix whitespace issue
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild?r1=1.1&r2=1.2
14
15 Index: xf86-input-evtouch-0.8.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xf86-input-evtouch-0.8.7.ebuild 21 Feb 2008 20:50:44 -0000 1.1
22 +++ xf86-input-evtouch-0.8.7.ebuild 21 Feb 2008 20:52:32 -0000 1.2
23 @@ -1,5 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild,v 1.2 2008/02/21 20:52:32 cardoe Exp $
27
28 inherit x-modular autotools
29
30 @@ -12,10 +13,10 @@
31
32 RDEPEND="<x11-base/xorg-server-1.4"
33 DEPEND="${RDEPEND}
34 - || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 )
35 - x11-proto/inputproto
36 - x11-proto/randrproto
37 - x11-proto/xproto"
38 + || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 )
39 + x11-proto/inputproto
40 + x11-proto/randrproto
41 + x11-proto/xproto"
42
43 # necessary to prevent x-modular.eclass' version from running
44 src_unpack() {
45
46
47
48 --
49 gentoo-commits@l.g.o mailing list