diff options
author | Markus Meier <maekke@gentoo.org> | 2009-04-05 21:35:49 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-04-05 21:35:49 +0000 |
commit | 5a1b1d5792b783e17f2130a6c277853e212f668b (patch) | |
tree | 11d846108cf9f63e94bb605c1017dfdc71118daa /x11-misc/xinput | |
parent | remove useless messages (diff) | |
download | gentoo-2-5a1b1d5792b783e17f2130a6c277853e212f668b.tar.gz gentoo-2-5a1b1d5792b783e17f2130a6c277853e212f668b.tar.bz2 gentoo-2-5a1b1d5792b783e17f2130a6c277853e212f668b.zip |
x86 stable, bug #251832
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xinput')
-rw-r--r-- | x11-misc/xinput/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xinput/xinput-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xinput/ChangeLog b/x11-misc/xinput/ChangeLog index 58ddd01b7196..69e0c5b26e35 100644 --- a/x11-misc/xinput/ChangeLog +++ b/x11-misc/xinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xinput # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.23 2009/04/05 18:53:57 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.24 2009/04/05 21:35:49 maekke Exp $ + + 05 Apr 2009; Markus Meier <maekke@gentoo.org> xinput-1.4.0.ebuild: + x86 stable, bug #251832 05 Apr 2009; Olivier Crête <tester@gentoo.org> xinput-1.4.0.ebuild: Stable on amd64, bug #251832 diff --git a/x11-misc/xinput/xinput-1.4.0.ebuild b/x11-misc/xinput/xinput-1.4.0.ebuild index e93639828eef..0e1b56ced996 100644 --- a/x11-misc/xinput/xinput-1.4.0.ebuild +++ b/x11-misc/xinput/xinput-1.4.0.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-misc/xinput/xinput-1.4.0.ebuild,v 1.6 2009/04/05 18:53:57 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.4.0.ebuild,v 1.7 2009/04/05 21:35:49 maekke Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="Utility to set XInput device parameters" SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.bz2" LICENSE="as-is" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=" x11-libs/libX11 |