From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-972055-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 3D09D1396D0 for <garchives@archives.gentoo.org>; Mon, 11 Sep 2017 05:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79563E0DA0; Mon, 11 Sep 2017 05:16:03 +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 5802AE0DA0 for <gentoo-commits@lists.gentoo.org>; Mon, 11 Sep 2017 05:16: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 62EEC341698 for <gentoo-commits@lists.gentoo.org>; Mon, 11 Sep 2017 05:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22D0F907B for <gentoo-commits@lists.gentoo.org>; Mon, 11 Sep 2017 05:16:01 +0000 (UTC) From: "Tim Harder" <radhermit@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, "Tim Harder" <radhermit@gentoo.org> Message-ID: <1505106870.4e46a1fea7f8a1f16ea488841c7f3f765ee7e5a4.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-1.9.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 4e46a1fea7f8a1f16ea488841c7f3f765ee7e5a4 X-VCS-Branch: master Date: Mon, 11 Sep 2017 05:16:01 +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: 21f79dc6-91d3-4769-a57f-197e888d2db6 X-Archives-Hash: 9cef44e7ab4806f39ad9e64a85ed8442 commit: 4e46a1fea7f8a1f16ea488841c7f3f765ee7e5a4 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Mon Sep 11 04:51:43 2017 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Mon Sep 11 05:14:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e46a1fe net-irc/weechat: stabilize 1.9 for amd64/x86 net-irc/weechat/weechat-1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/weechat/weechat-1.9.ebuild b/net-irc/weechat/weechat-1.9.ebuild index 1b4d80ed72c..e05a39ab5a7 100644 --- a/net-irc/weechat/weechat-1.9.ebuild +++ b/net-irc/weechat/weechat-1.9.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/weechat/weechat.git" else SRC_URI="https://weechat.org/files/src/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="amd64 x86" fi DESCRIPTION="Portable and multi-interface IRC client"