summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-04 00:18:57 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-04 00:18:57 +0000
commit736e26678afafabdca0d30b98503e6955464d917 (patch)
tree614d688f8f04c324e4aa5f54011e47dd36f9611e /x11-libs/libfakekey
parentEnsure GCC is at least 4.6.0 for C++11 range-based 'for' and nullptr support ... (diff)
downloadgentoo-2-736e26678afafabdca0d30b98503e6955464d917.tar.gz
gentoo-2-736e26678afafabdca0d30b98503e6955464d917.tar.bz2
gentoo-2-736e26678afafabdca0d30b98503e6955464d917.zip
ppc stable (bug 309407)
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libfakekey')
-rw-r--r--x11-libs/libfakekey/ChangeLog5
-rw-r--r--x11-libs/libfakekey/libfakekey-0.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libfakekey/ChangeLog b/x11-libs/libfakekey/ChangeLog
index a3ae617cdf46..a3ddc3bef724 100644
--- a/x11-libs/libfakekey/ChangeLog
+++ b/x11-libs/libfakekey/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libfakekey
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.11 2012/03/05 11:11:25 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.12 2012/06/04 00:18:57 xmw Exp $
+
+ 04 Jun 2012; Michael Weber <xmw@gentoo.org> libfakekey-0.1-r1.ebuild:
+ ppc stable (bug 309407)
05 Mar 2012; Thomas Kahle <tomka@gentoo.org> libfakekey-0.1-r1.ebuild:
marked x86 per bug 309407
diff --git a/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild b/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild
index e35c7b6b6420..fbf35a4193cb 100644
--- a/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild
+++ b/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild,v 1.3 2012/03/05 11:11:25 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild,v 1.4 2012/06/04 00:18:57 xmw Exp $
EAPI=2
@@ -12,7 +12,7 @@ SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~hppa ppc x86"
IUSE="debug doc"
RDEPEND="x11-libs/libXtst"