diff options
author | 2005-08-08 19:46:13 +0000 | |
---|---|---|
committer | 2005-08-08 19:46:13 +0000 | |
commit | c6b5e5b77ae80fd948b07178ae2fe61d59fc0295 (patch) | |
tree | fc269bf6bb168f33ab5fd04e69b5839190873b95 /x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild | |
parent | Initial import. thx to Bash in bug #101768 (diff) | |
download | gentoo-2-c6b5e5b77ae80fd948b07178ae2fe61d59fc0295.tar.gz gentoo-2-c6b5e5b77ae80fd948b07178ae2fe61d59fc0295.tar.bz2 gentoo-2-c6b5e5b77ae80fd948b07178ae2fe61d59fc0295.zip |
Add ~sparc keyword to a reasonable set of drivers for testing Modular X on sparc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild index fabe4d42f24c..5b45978d8c0e 100644 --- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild,v 1.1 2005/08/08 07:08:30 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild,v 1.2 2005/08/08 19:46:13 fmccor Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org driver for mouse input devices" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" RDEPEND="x11-base/xorg-server" DEPEND="${RDEPEND} x11-proto/xproto" |