diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-10-03 12:02:43 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-10-03 12:02:43 +0000 |
commit | 52b72d4f1f0388e21e34b7205aac567cb9426da9 (patch) | |
tree | cd470ff1ac650c630c2c4903f7caa61b13233dde /x11-misc/xinput | |
parent | 0.5.4 stable on x86. Do not install generic INSTALL document. (diff) | |
download | gentoo-2-52b72d4f1f0388e21e34b7205aac567cb9426da9.tar.gz gentoo-2-52b72d4f1f0388e21e34b7205aac567cb9426da9.tar.bz2 gentoo-2-52b72d4f1f0388e21e34b7205aac567cb9426da9.zip |
keyword for amd64 testing
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'x11-misc/xinput')
-rw-r--r-- | x11-misc/xinput/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xinput/xinput-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xinput/ChangeLog b/x11-misc/xinput/ChangeLog index f3eca7b783b8..10db6a341393 100644 --- a/x11-misc/xinput/ChangeLog +++ b/x11-misc/xinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xinput -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.4 2004/09/29 08:28:06 pyrania Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.5 2005/10/03 12:02:43 seemant Exp $ + + 03 Oct 2005; Seemant Kulleen <seemant@gentoo.org> xinput-1.2.ebuild: + keyword for amd64 testing 29 Sep 2004; <pyrania@gentoo.org> xinput-1.2.ebuild: Marked stable on x86. diff --git a/x11-misc/xinput/xinput-1.2.ebuild b/x11-misc/xinput/xinput-1.2.ebuild index 89607f054615..1685e93f8e19 100644 --- a/x11-misc/xinput/xinput-1.2.ebuild +++ b/x11-misc/xinput/xinput-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.2.ebuild,v 1.4 2004/09/29 08:28:06 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.2.ebuild,v 1.5 2005/10/03 12:02:43 seemant Exp $ DESCRIPTION="An utility to set XInput device parameters" HOMEPAGE="ftp://ftp.x.org/contrib/utilities/${PN}.README" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" IUSE="" DEPEND="virtual/x11" |