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 40238139694 for ; Tue, 25 Jul 2017 12:27:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7E9AE0E2C; Tue, 25 Jul 2017 12:27:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A5F9FE0E06 for ; Tue, 25 Jul 2017 12:27:03 +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 A9486341820 for ; Tue, 25 Jul 2017 12:27:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F9AA74C4 for ; Tue, 25 Jul 2017 12:27:01 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1500985600.202a38041967baf851e48ad27d662cdc97df8acd.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus/ibus-1.5.14.ebuild X-VCS-Directories: app-i18n/ibus/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 202a38041967baf851e48ad27d662cdc97df8acd X-VCS-Branch: master Date: Tue, 25 Jul 2017 12:27:01 +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: a076fbfb-9144-4a3f-8ac7-c3afd703957a X-Archives-Hash: 6f91c35a642aecb4549f8747bea1eaa5 commit: 202a38041967baf851e48ad27d662cdc97df8acd Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 24 15:22:29 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jul 25 12:26:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202a3804 app-i18n/ibus: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-i18n/ibus/ibus-1.5.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus/ibus-1.5.14.ebuild b/app-i18n/ibus/ibus-1.5.14.ebuild index dde79edbfa1..33b9e5be6dc 100644 --- a/app-i18n/ibus/ibus-1.5.14.ebuild +++ b/app-i18n/ibus/ibus-1.5.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/ibus/ibus/wiki" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland +X" REQUIRED_USE=" || ( gtk gtk3 X )