From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F15E71396D0 for ; Mon, 9 Oct 2017 14:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FB7FE0C04; Mon, 9 Oct 2017 14:44:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DF36E0C04 for ; Mon, 9 Oct 2017 14:44:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6089733C1EB for ; Mon, 9 Oct 2017 14:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A95CA90A4 for ; Mon, 9 Oct 2017 14:44:45 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1507560279.8a29cd17374098bd3c4488fc9a925480c0f7b3e5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libfakekey/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libfakekey/libfakekey-0.1-r2.ebuild X-VCS-Directories: x11-libs/libfakekey/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8a29cd17374098bd3c4488fc9a925480c0f7b3e5 X-VCS-Branch: master Date: Mon, 9 Oct 2017 14:44:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67d73c1a-a3cb-4a3c-ab8f-c1a03dc90841 X-Archives-Hash: dadcdbc7d58b64897d9e873aa368775f commit: 8a29cd17374098bd3c4488fc9a925480c0f7b3e5 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Oct 9 14:43:48 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Oct 9 14:44:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a29cd17 x11-libs/libfakekey: keyworded 0.1-r2 for ppc64, bug #633320 (thanks to ernsteiswuerfel) Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64" x11-libs/libfakekey/libfakekey-0.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild b/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild index e8ce00ae5f6..962212c640f 100644 --- a/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,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 ~ppc64 ~x86" IUSE="debug doc" RDEPEND="x11-libs/libXtst"