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 B0421138332 for ; Wed, 5 Oct 2016 19:36:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE305E0B69; Wed, 5 Oct 2016 19:36:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFAD3E0B69 for ; Wed, 5 Oct 2016 19:36:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65B313411C1 for ; Wed, 5 Oct 2016 19:36:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3557524A8 for ; Wed, 5 Oct 2016 19:36:34 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1475696190.67599da7579447ae89719646e78c944d9c704258.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx/fcitx-4.2.9.1.ebuild X-VCS-Directories: app-i18n/fcitx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 67599da7579447ae89719646e78c944d9c704258 X-VCS-Branch: master Date: Wed, 5 Oct 2016 19:36:34 +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: f670fd7f-ef43-4388-99d6-ce92e600b0aa X-Archives-Hash: 2ab1ba18dd0d9eaaea08f97242668730 commit: 67599da7579447ae89719646e78c944d9c704258 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Wed Oct 5 19:21:00 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Oct 5 19:36:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67599da7 app-i18n/fcitx: Stabilize on amd64/x86 (bug #589960). app-i18n/fcitx/fcitx-4.2.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild index c5f82df..5651ade 100644 --- a/app-i18n/fcitx/fcitx-4.2.9.1.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.9.1.ebuild @@ -22,7 +22,7 @@ fi LICENSE="GPL-2+ LGPL-2+" SLOT="0" -KEYWORDS="~amd64 hppa ~ppc ppc64 ~x86" +KEYWORDS="amd64 hppa ~ppc ppc64 x86" IUSE="+X +autostart +cairo +dbus debug +enchant gtk2 gtk3 +introspection lua nls opencc +pango qt4 static-libs +table test +xml" REQUIRED_USE="autostart? ( dbus ) cairo? ( X ) gtk2? ( dbus ) gtk3? ( dbus ) introspection? ( dbus ) pango? ( cairo ) qt4? ( X dbus )"