diff options
author | Joseph Jezak <josejx@gentoo.org> | 2008-07-13 07:33:29 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2008-07-13 07:33:29 +0000 |
commit | 6615b9e89cae6cb5ca386ae6bee146d7aac69666 (patch) | |
tree | 77f53329216acd1c8f95adab10b3f7b4c9a77738 /x11-libs | |
parent | Marked ~ppc for bug #211803. (diff) | |
download | historical-6615b9e89cae6cb5ca386ae6bee146d7aac69666.tar.gz historical-6615b9e89cae6cb5ca386ae6bee146d7aac69666.tar.bz2 historical-6615b9e89cae6cb5ca386ae6bee146d7aac69666.zip |
Marked ~ppc.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfakekey/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libfakekey/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/libfakekey/ChangeLog b/x11-libs/libfakekey/ChangeLog index d86ce8a1d81a..abd595ff1024 100644 --- a/x11-libs/libfakekey/ChangeLog +++ b/x11-libs/libfakekey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libfakekey # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.6 2008/07/13 07:33:29 josejx Exp $ + + 13 Jul 2008; Joseph Jezak <josejx@gentoo.org> libfakekey-0.1.ebuild: + Marked ~ppc. 23 May 2008; <solar@gentoo.org> libfakekey-0.1.ebuild: - Keyworded ~amd64 diff --git a/x11-libs/libfakekey/Manifest b/x11-libs/libfakekey/Manifest index eb0e6b3478e3..a588a600cee8 100644 --- a/x11-libs/libfakekey/Manifest +++ b/x11-libs/libfakekey/Manifest @@ -1,4 +1,4 @@ DIST libfakekey-0.1.tar.bz2 203504 RMD160 990eda09f4271bf03eae1a87e1ee14ba96124648 SHA1 f302cd9f06d3bd34db1b48fc2caf2ac48e09ee79 SHA256 c41042a70524895b0edf8077ae3ae1206f1a313bea5811dcc23033ea16a00194 -EBUILD libfakekey-0.1.ebuild 942 RMD160 928867737308788dcd973ff5bd89b97d3520451c SHA1 484abb88a4c00be6ee257299cc90fc617d27aa93 SHA256 96ca6261670cd788d03fbde55cb60eaa22dc6441518cea9077afe3f2b32713a1 -MISC ChangeLog 703 RMD160 a3aa030a3eef79e1d6e39c9b683052ae8c3f6b07 SHA1 9e8558fb434a8613c8f7644773e45c06240fbab3 SHA256 ba2af7b33ca8503ada5cffe973a559fef48aadaa95ee705a8cbf5bf8148ad8ac +EBUILD libfakekey-0.1.ebuild 948 RMD160 666061a3b1177bbe16ff322ad9d34a2c13d0b765 SHA1 1fb5cf428fc07342320140c5b4e16e943ad9cbd2 SHA256 dc73a002e16b1c57558cdd6eae5658ef304b8c662868ace63f210abe76333d99 +MISC ChangeLog 791 RMD160 002de4c96ffd3df912cf9383f288cf0ca11998da SHA1 7beb123673c9d6e24005f11d9f7e65950711ffc1 SHA256 91574292403bc4c2304c0b9c0e41b0df23e3a687bb2cdc6f22980dd22b627717 MISC metadata.xml 247 RMD160 49e7f36b66be574d7f3341589ebff702e1c8c8a9 SHA1 af1f5473be400926e7bf9a98a354866150c8b7a7 SHA256 09c798d19a28d8e2ee2b8494e011929f5fc1617190315d82bd03c32e911def55 diff --git a/x11-libs/libfakekey/libfakekey-0.1.ebuild b/x11-libs/libfakekey/libfakekey-0.1.ebuild index 785f9108c1e0..c0c4427cc197 100644 --- a/x11-libs/libfakekey/libfakekey-0.1.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1.ebuild @@ -1,6 +1,6 @@ # 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.6 2008/05/23 06:28:49 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1.ebuild,v 1.7 2008/07/13 07:33:29 josejx 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="~amd64 ~arm ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" IUSE="debug doc" RDEPEND="x11-libs/libXtst" |