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 3116A138334 for ; Wed, 10 Oct 2018 05:40:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F323BE07B2; Wed, 10 Oct 2018 05:40:17 +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 C102DE07B2 for ; Wed, 10 Oct 2018 05:40:17 +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 0D3A833BE3F for ; Wed, 10 Oct 2018 05:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16D913D3 for ; Wed, 10 Oct 2018 05:40:01 +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: <1539149910.1238657de34c88d9611a7946fbd8188c90779d4d.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.2-r1.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1238657de34c88d9611a7946fbd8188c90779d4d X-VCS-Branch: master Date: Wed, 10 Oct 2018 05:40:01 +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: 2c4c53e2-99dc-41e4-8116-71398d9090db X-Archives-Hash: 52843a5bcf8a4a5416612541164f627f commit: 1238657de34c88d9611a7946fbd8188c90779d4d Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Oct 10 05:36:02 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Oct 10 05:38:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1238657d net-irc/weechat: version 2.2-r1 stable for amd64 Signed-off-by: Georgy Yakovlev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-irc/weechat/weechat-2.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/weechat/weechat-2.2-r1.ebuild b/net-irc/weechat/weechat-2.2-r1.ebuild index ee7ec6e3f6b..53ed8873347 100644 --- a/net-irc/weechat/weechat-2.2-r1.ebuild +++ b/net-irc/weechat/weechat-2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~x86 ~x64-macos" + KEYWORDS="amd64 ~x86 ~x64-macos" fi DESCRIPTION="Portable and multi-interface IRC client"