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 0B70F13832E for ; Wed, 17 Aug 2016 03:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD37B21C03C; Wed, 17 Aug 2016 03:47:46 +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 52BB521C03C for ; Wed, 17 Aug 2016 03:47:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 45EBF340B6E for ; Wed, 17 Aug 2016 03:47:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79D4F2455 for ; Wed, 17 Aug 2016 03:47:41 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1471405650.1c726fe9de98d12aa4c72228f780061ce48df052.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 1c726fe9de98d12aa4c72228f780061ce48df052 X-VCS-Branch: master Date: Wed, 17 Aug 2016 03:47:41 +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: 4ac5c549-c0e0-4423-840d-35f369235381 X-Archives-Hash: 7b7e015013c51e7295a6d04b4ef5c4d7 commit: 1c726fe9de98d12aa4c72228f780061ce48df052 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Aug 17 03:47:30 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Aug 17 03:47:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c726fe9 app-i18n/fcitx: Stable for HPPA PPC64 (bug #589960). Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches 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 5071589..fe803d0 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 )"