From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1206791-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 5DAB8138359 for <garchives@archives.gentoo.org>; Fri, 18 Sep 2020 07:29:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DE97E0819; Fri, 18 Sep 2020 07:29:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 76821E0819 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Sep 2020 07:29:48 +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 8DD93340E30 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Sep 2020 07:29:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28FA737F for <gentoo-commits@lists.gentoo.org>; Fri, 18 Sep 2020 07:29:45 +0000 (UTC) From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org> Message-ID: <1600414176.1c85650bbb96f6d9b4761a1382b8541c2842ee47.ago@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.9.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 1c85650bbb96f6d9b4761a1382b8541c2842ee47 X-VCS-Branch: master Date: Fri, 18 Sep 2020 07:29:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d93708f-92f6-4fcb-b522-308b7865842f X-Archives-Hash: b8e74f18c07fe0ae83fef63cf4d7cf19 commit: 1c85650bbb96f6d9b4761a1382b8541c2842ee47 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Fri Sep 18 07:26:54 2020 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Fri Sep 18 07:29:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c85650b net-irc/weechat: amd64 stable wrt bug #740444 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> net-irc/weechat/weechat-2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/weechat/weechat-2.9.ebuild b/net-irc/weechat/weechat-2.9.ebuild index d9bee70c87f..4b83921fb38 100644 --- a/net-irc/weechat/weechat-2.9.ebuild +++ b/net-irc/weechat/weechat-2.9.ebuild @@ -12,7 +12,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 ~arm64 ~ppc ppc64 x86 ~x64-macos" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~x64-macos" fi DESCRIPTION="Portable and multi-interface IRC client"