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 A8743138334 for ; Fri, 7 Jun 2019 22:17:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A32B0E08CA; Fri, 7 Jun 2019 22:17:01 +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 83529E08CA for ; Fri, 7 Jun 2019 22:17:01 +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 C8E7B34593F for ; Fri, 7 Jun 2019 22:16:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8660B449 for ; Fri, 7 Jun 2019 22:16:57 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1559945479.b6294acd5206c4612f39cb6b58b4c8296099e492.gyakovlev@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.4.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b6294acd5206c4612f39cb6b58b4c8296099e492 X-VCS-Branch: master Date: Fri, 7 Jun 2019 22:16:57 +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: d9910299-0d27-4b6c-a216-1e433a3acc40 X-Archives-Hash: 1db0e960799d65d7962af9e5574b79d6 commit: b6294acd5206c4612f39cb6b58b4c8296099e492 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jun 7 22:11:19 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jun 7 22:11:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6294acd net-irc/weechat: 2.4 stable on amd64 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Georgy Yakovlev gentoo.org> net-irc/weechat/weechat-2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/weechat/weechat-2.4.ebuild b/net-irc/weechat/weechat-2.4.ebuild index 87138663a67..e6d1b3a6fb2 100644 --- a/net-irc/weechat/weechat-2.4.ebuild +++ b/net-irc/weechat/weechat-2.4.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 ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm ~x86 ~x64-macos" fi DESCRIPTION="Portable and multi-interface IRC client"