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 2C87E138334 for ; Thu, 13 Dec 2018 06:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B2F4E0BE2; Thu, 13 Dec 2018 06:48:40 +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 3AEBAE0BE5 for ; Thu, 13 Dec 2018 06:48:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EDA9A335CB7 for ; Thu, 13 Dec 2018 06:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33B194DB for ; Thu, 13 Dec 2018 06:48:37 +0000 (UTC) From: "Tim Harder" 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" Message-ID: <1544683634.25be452ddb861b6d69c0c139c675bbd37fcb3ec5.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-2.3.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 25be452ddb861b6d69c0c139c675bbd37fcb3ec5 X-VCS-Branch: master Date: Thu, 13 Dec 2018 06:48:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4e1fa0b-a244-4159-adca-e1192e784eec X-Archives-Hash: b5f12bcfd9a4c73d2fbe800ffdbea2d8 commit: 25be452ddb861b6d69c0c139c675bbd37fcb3ec5 Author: Tim Harder gentoo org> AuthorDate: Thu Dec 13 06:27:46 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Dec 13 06:47:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25be452d net-irc/weechat: stabilize 2.3 Signed-off-by: Tim Harder gentoo.org> net-irc/weechat/weechat-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/weechat/weechat-2.3.ebuild b/net-irc/weechat/weechat-2.3.ebuild index b0a69ffa18c..4fbd457b8c5 100644 --- a/net-irc/weechat/weechat-2.3.ebuild +++ b/net-irc/weechat/weechat-2.3.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 ~arm ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm x86 ~x64-macos" fi DESCRIPTION="Portable and multi-interface IRC client"