diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-30 19:28:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-30 19:28:16 +0000 |
commit | 51b239926624dbbdbc6f3837c00b9582d5365221 (patch) | |
tree | 26c06b4d87afd0697f895eb68acae1dc10f91084 /x11-apps/xinput | |
parent | amd64 stable wrt #282290 (diff) | |
download | gentoo-2-51b239926624dbbdbc6f3837c00b9582d5365221.tar.gz gentoo-2-51b239926624dbbdbc6f3837c00b9582d5365221.tar.bz2 gentoo-2-51b239926624dbbdbc6f3837c00b9582d5365221.zip |
amd64 stable wrt #282290
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xinput')
-rw-r--r-- | x11-apps/xinput/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.4.2.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-apps/xinput/ChangeLog b/x11-apps/xinput/ChangeLog index e90704822228..9780df0a3742 100644 --- a/x11-apps/xinput/ChangeLog +++ b/x11-apps/xinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinput # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.2 2009/06/23 20:58:27 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.3 2009/09/30 19:28:16 ssuominen Exp $ + + 30 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> xinput-1.4.2.ebuild: + amd64 stable wrt #282290 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xinput-1.4.2.ebuild: Stable on alpha for xorg-server-1.5/xorg-x11-7.4 diff --git a/x11-apps/xinput/xinput-1.4.2.ebuild b/x11-apps/xinput/xinput-1.4.2.ebuild index e8815af55683..3d562913915e 100644 --- a/x11-apps/xinput/xinput-1.4.2.ebuild +++ b/x11-apps/xinput/xinput-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.4.2.ebuild,v 1.2 2009/06/23 20:58:27 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.4.2.ebuild,v 1.3 2009/09/30 19:28:16 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,11 +9,11 @@ inherit x-modular DESCRIPTION="Utility to set XInput device parameters" LICENSE="as-is" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext + +RDEPEND="x11-libs/libX11 + x11-libs/libXext >=x11-libs/libXi-1.2" DEPEND="${RDEPEND} >=x11-proto/inputproto-1.5" |