From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1005939-garchives=archives.gentoo.org@lists.gentoo.org> 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 D45EC1382C5 for <garchives@archives.gentoo.org>; Tue, 27 Feb 2018 13:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA38FE089F; Tue, 27 Feb 2018 13:43:15 +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 A3F06E089E for <gentoo-commits@lists.gentoo.org>; Tue, 27 Feb 2018 13:43:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9B4BF335C43 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Feb 2018 13:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28C1021D for <gentoo-commits@lists.gentoo.org>; Tue, 27 Feb 2018 13:43:13 +0000 (UTC) From: "Jason Zaman" <perfinion@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" <perfinion@gentoo.org> Message-ID: <1519738972.a18ed2b1e0e8ff2c95fa48dcca825e8035af65a1.perfinion@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-r3.ebuild X-VCS-Directories: x11-libs/libfakekey/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: a18ed2b1e0e8ff2c95fa48dcca825e8035af65a1 X-VCS-Branch: master Date: Tue, 27 Feb 2018 13:43:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a31ad472-3e8d-4c3a-a4b3-3ee70a57d7e3 X-Archives-Hash: d1c2c779428eae38acd8d15806505db9 commit: a18ed2b1e0e8ff2c95fa48dcca825e8035af65a1 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Tue Feb 27 13:38:06 2018 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Tue Feb 27 13:42:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18ed2b1 x11-libs/libfakekey: amd64 stable Gentoo-bug: 648872 Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-libs/libfakekey/libfakekey-0.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild b/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild index ac34a6d782c..112b8cab370 100644 --- a/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://downloads.yoctoproject.org/releases/matchbox/${PN}/${PV}/${P}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="debug doc" RDEPEND="x11-libs/libXtst"