diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:57:32 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-16 00:57:32 +0000 |
commit | 097eeacf409f5c1ee0cd71e9b410372fcdf0583f (patch) | |
tree | f82ad00a56b91094dab7b8a7ce24aa32524822a1 /x11-drivers/xf86-input-void | |
parent | unmask some xorg-drivers useflags (diff) | |
download | historical-097eeacf409f5c1ee0cd71e9b410372fcdf0583f.tar.gz historical-097eeacf409f5c1ee0cd71e9b410372fcdf0583f.tar.bz2 historical-097eeacf409f5c1ee0cd71e9b410372fcdf0583f.zip |
keyword ~amd64-fbsd (compile tested only)
Package-Manager: portage-2.2.0_alpha105/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-input-void')
-rw-r--r-- | x11-drivers/xf86-input-void/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-drivers/xf86-input-void/ChangeLog b/x11-drivers/xf86-input-void/ChangeLog index 98ee8f571486..99fea9061a1e 100644 --- a/x11-drivers/xf86-input-void/ChangeLog +++ b/x11-drivers/xf86-input-void/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-input-void -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.71 2011/08/20 15:43:02 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.72 2012/05/16 00:42:04 aballier Exp $ + + 16 May 2012; Alexis Ballier <aballier@gentoo.org> + xf86-input-void-1.4.0.ebuild: + keyword ~amd64-fbsd (compile tested only) 20 Aug 2011; Jeroen Roovers <jer@gentoo.org> xf86-input-void-1.4.0.ebuild: Stable for HPPA (bug #373785). diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild index 0a4fe03f7431..9ccc0790d796 100644 --- a/x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild,v 1.8 2011/08/20 15:43:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild,v 1.9 2012/05/16 00:42:04 aballier Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="null input driver" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.9.99.1" |