Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-keyboard: xf86-input-keyboard-1.1.1-r1.ebuild
Date: Mon, 24 Sep 2007 16:48:02
Message-Id: E1IZqyF-0004cI-AG@stork.gentoo.org
1 zmedico 07/09/24 16:39:43
2
3 Modified: xf86-input-keyboard-1.1.1-r1.ebuild
4 Log:
5 Bug #192254 - xf86-input-keyboard-1.1.1-r1 requires <x11-base/xorg-server-1.3.99.
6 (Portage version: 2.2_pre7797)
7
8 Revision Changes Path
9 1.2 x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: xf86-input-keyboard-1.1.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xf86-input-keyboard-1.1.1-r1.ebuild 2 Aug 2007 00:03:14 -0000 1.1
22 +++ xf86-input-keyboard-1.1.1-r1.ebuild 24 Sep 2007 16:39:42 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild,v 1.1 2007/08/02 00:03:14 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild,v 1.2 2007/09/24 16:39:42 zmedico Exp $
28
29 # Must be before x-modular eclass is inherited
30 #SNAPSHOT="yes"
31 @@ -10,7 +10,7 @@
32
33 DESCRIPTION="Keyboard input driver"
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
35 -RDEPEND=">=x11-base/xorg-server-1.0.99"
36 +RDEPEND=">=x11-base/xorg-server-1.0.99 <x11-base/xorg-server-1.3.99"
37 DEPEND="${RDEPEND}
38 x11-proto/inputproto
39 x11-proto/kbproto
40
41
42
43 --
44 gentoo-commits@g.o mailing list