diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-05 10:48:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-05 10:48:35 +0000 |
commit | c83f4853fe8669f5e0338b964cf332496aaab301 (patch) | |
tree | ce90d04ce2cc3c26b5557b834c7c3c44c2ce8393 /x11-drivers/xf86-input-void | |
parent | Build with dev-libs/libxml2[icu] Bug #365917 (diff) | |
download | gentoo-2-c83f4853fe8669f5e0338b964cf332496aaab301.tar.gz gentoo-2-c83f4853fe8669f5e0338b964cf332496aaab301.tar.bz2 gentoo-2-c83f4853fe8669f5e0338b964cf332496aaab301.zip |
Version bump to latest that does compile with xorg-server-1.10
(Portage version: 2.2.0_alpha30/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 | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-void/ChangeLog b/x11-drivers/xf86-input-void/ChangeLog index e1557ae8275f..c74ff9a242e9 100644 --- a/x11-drivers/xf86-input-void/ChangeLog +++ b/x11-drivers/xf86-input-void/ChangeLog @@ -1,6 +1,12 @@ # 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.63 2011/02/14 23:56:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.64 2011/05/05 10:48:35 scarabeus Exp $ + +*xf86-input-void-1.4.0 (05 May 2011) + + 05 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> + +xf86-input-void-1.4.0.ebuild: + Version bump to latest that does compile with xorg-server-1.10 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xf86-input-void-1.3.1.ebuild: 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 new file mode 100644 index 000000000000..ff96fee06818 --- /dev/null +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.4.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 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.1 2011/05/05 10:48:35 scarabeus Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="null input driver" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |