diff options
author | Ned Ludd <solar@gentoo.org> | 2008-05-23 06:28:49 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2008-05-23 06:28:49 +0000 |
commit | 1d3b6fe9f4c37faeb0d0141abb031ec9b446671b (patch) | |
tree | 47a7e9197d66d8c7f9930f172980b0a818a7df1f /x11-libs/libfakekey | |
parent | Moved to the tree, thanks to Chris Carlin for the initial ebuild (bug #167937) (diff) | |
download | gentoo-2-1d3b6fe9f4c37faeb0d0141abb031ec9b446671b.tar.gz gentoo-2-1d3b6fe9f4c37faeb0d0141abb031ec9b446671b.tar.bz2 gentoo-2-1d3b6fe9f4c37faeb0d0141abb031ec9b446671b.zip |
- Keyworded ~amd64
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs/libfakekey')
-rw-r--r-- | x11-libs/libfakekey/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/libfakekey/ChangeLog b/x11-libs/libfakekey/ChangeLog index c055a9f97882..d86ce8a1d81a 100644 --- a/x11-libs/libfakekey/ChangeLog +++ b/x11-libs/libfakekey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libfakekey -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.4 2007/09/26 04:06:37 jer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.5 2008/05/23 06:28:49 solar Exp $ + + 23 May 2008; <solar@gentoo.org> libfakekey-0.1.ebuild: + - Keyworded ~amd64 26 Sep 2007; Jeroen Roovers <jer@gentoo.org> libfakekey-0.1.ebuild: Marked ~hppa too. diff --git a/x11-libs/libfakekey/libfakekey-0.1.ebuild b/x11-libs/libfakekey/libfakekey-0.1.ebuild index bf89c7a35aac..785f9108c1e0 100644 --- a/x11-libs/libfakekey/libfakekey-0.1.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 2006-2007 Gentoo Foundation +# Copyright 2006-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1.ebuild,v 1.5 2008/02/27 16:56:36 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1.ebuild,v 1.6 2008/05/23 06:28:49 solar Exp $ DESCRIPTION="Helper library for the x11-misc/matchbox-keyboard package." HOMEPAGE="http://matchbox-project.org/" @@ -8,7 +8,7 @@ SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~arm ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="debug doc" RDEPEND="x11-libs/libXtst" |