diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-05 21:19:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-05 21:19:55 +0000 |
commit | dfff50df40fed56eaa29e8bd22114998fd4be583 (patch) | |
tree | b512cb602d37271fb123af8812109abe0ae75924 /x11-drivers/xf86-input-void | |
parent | Version bump. This fixes bug #135423. (diff) | |
download | gentoo-2-dfff50df40fed56eaa29e8bd22114998fd4be583.tar.gz gentoo-2-dfff50df40fed56eaa29e8bd22114998fd4be583.tar.bz2 gentoo-2-dfff50df40fed56eaa29e8bd22114998fd4be583.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_rc4-r2)
Diffstat (limited to 'x11-drivers/xf86-input-void')
-rw-r--r-- | x11-drivers/xf86-input-void/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/files/digest-xf86-input-void-1.0.0.5 | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-void/ChangeLog b/x11-drivers/xf86-input-void/ChangeLog index cfa6b9760949..6e65922b7e8d 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.18 2006/04/16 01:15:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.19 2006/06/05 21:19:55 flameeyes Exp $ + + 05 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> + xf86-input-void-1.1.0.ebuild: + Add ~x86-fbsd keyword. 16 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> xf86-input-void-1.0.0.5.ebuild: diff --git a/x11-drivers/xf86-input-void/files/digest-xf86-input-void-1.0.0.5 b/x11-drivers/xf86-input-void/files/digest-xf86-input-void-1.0.0.5 index 90e5510aabd9..53ec0fec101c 100644 --- a/x11-drivers/xf86-input-void/files/digest-xf86-input-void-1.0.0.5 +++ b/x11-drivers/xf86-input-void/files/digest-xf86-input-void-1.0.0.5 @@ -2,3 +2,5 @@ MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389 SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389 MD5 bfa5e6c582638837efd6b4fc7d77d35b xf86-input-void-1.0.0.5.tar.bz2 213643 +RMD160 7813c0f2c3b035641c84c37df8dcb1cfc7917c9f xf86-input-void-1.0.0.5.tar.bz2 213643 +SHA256 c1c5f5349c96175731ad4a5bd98953f1b8b0712d88511000e1e08872a4508262 xf86-input-void-1.0.0.5.tar.bz2 213643 diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild index 630bc0b51530..7142ddde88cb 100644 --- a/x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.1.0.ebuild,v 1.1 2006/04/14 17:30:42 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild,v 1.2 2006/06/05 21:19:55 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org driver for void input devices" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/inputproto |