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 1AF17138331 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 68F8DE0B5F; 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 4E540E0B5F 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 D21543411B6 for ; Wed, 5 Oct 2016 19:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4752824A9 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: <1475696191.3c144b3186cf3bf316e8c766eafd3aba5cec1df9.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fcitx-qt5/fcitx-qt5-1.0.5.ebuild X-VCS-Directories: app-i18n/fcitx-qt5/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3c144b3186cf3bf316e8c766eafd3aba5cec1df9 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: 4df4a77c-b9d8-4e73-94fb-7877a779849c X-Archives-Hash: 9d1cd0589cc057a5030e71bbb41447ff commit: 3c144b3186cf3bf316e8c766eafd3aba5cec1df9 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Wed Oct 5 19:25:50 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Oct 5 19:36:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c144b31 app-i18n/fcitx-qt5: Stabilize on amd64/x86 (bug #589966). app-i18n/fcitx-qt5/fcitx-qt5-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.0.5.ebuild b/app-i18n/fcitx-qt5/fcitx-qt5-1.0.5.ebuild index e5907db..5812e80 100644 --- a/app-i18n/fcitx-qt5/fcitx-qt5-1.0.5.ebuild +++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.0.5.ebuild @@ -22,7 +22,7 @@ fi LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" +KEYWORDS="amd64 ~hppa ~ppc64 x86" IUSE="" # Private headers of dev-qt/qtgui:5 used.