diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-09-14 00:40:42 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-09-14 00:40:42 +0000 |
commit | db0b3ae3f782a6eaf899a488a3665476d80f9e2c (patch) | |
tree | 22ff528db7f0d8755ed42af88bea678ce09fb23a /x11-misc | |
parent | Hopefully fix xulrunner issue (bug #234934) this time, thanks to geki and Ser... (diff) | |
download | gentoo-2-db0b3ae3f782a6eaf899a488a3665476d80f9e2c.tar.gz gentoo-2-db0b3ae3f782a6eaf899a488a3665476d80f9e2c.tar.bz2 gentoo-2-db0b3ae3f782a6eaf899a488a3665476d80f9e2c.zip |
Add ~sparc keyword, bug #237411
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6-00036-ga551b98 sparc64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xinput/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xinput/xinput-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xinput/ChangeLog b/x11-misc/xinput/ChangeLog index 4fc88dd73d8b..6e08eb25ea00 100644 --- a/x11-misc/xinput/ChangeLog +++ b/x11-misc/xinput/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xinput # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.12 2008/01/13 16:59:24 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.13 2008/09/14 00:40:42 bluebird Exp $ + + 14 Sep 2008; Friedrich Oslage <bluebird@gentoo.org> xinput-1.3.0.ebuild: + Add ~sparc keyword, bug #237411 13 Jan 2008; <welp@gentoo.org> xinput-1.2.ebuild: Stable on amd64 diff --git a/x11-misc/xinput/xinput-1.3.0.ebuild b/x11-misc/xinput/xinput-1.3.0.ebuild index 3e4c0eb8a494..b4cf157f42ab 100644 --- a/x11-misc/xinput/xinput-1.3.0.ebuild +++ b/x11-misc/xinput/xinput-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.3.0.ebuild,v 1.1 2008/01/10 08:01:04 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.3.0.ebuild,v 1.2 2008/09/14 00:40:42 bluebird 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 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="x11-libs/libXi" DEPEND="${RDEPEND} |