diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-09-24 16:39:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-09-24 16:39:42 +0000 |
commit | 8119191ffeb25f808de541776607e8dc3992a906 (patch) | |
tree | f69c1379966ab077a519f6b596950e7a80697e99 /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-8119191ffeb25f808de541776607e8dc3992a906.tar.gz gentoo-2-8119191ffeb25f808de541776607e8dc3992a906.tar.bz2 gentoo-2-8119191ffeb25f808de541776607e8dc3992a906.zip |
Bug #192254 - xf86-input-keyboard-1.1.1-r1 requires <x11-base/xorg-server-1.3.99.
(Portage version: 2.2_pre7797)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild index 5152538a5ee4..3d832cc91107 100644 --- a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild +++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="Keyboard input driver" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -RDEPEND=">=x11-base/xorg-server-1.0.99" +RDEPEND=">=x11-base/xorg-server-1.0.99 <x11-base/xorg-server-1.3.99" DEPEND="${RDEPEND} x11-proto/inputproto x11-proto/kbproto |