Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
Date: Thu, 22 Apr 2021 12:08:53
Message-Id: 1619093272.1591c3b63f88207f24633f6d396306d4f8231ce1.sam@gentoo
1 commit: 1591c3b63f88207f24633f6d396306d4f8231ce1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 12:06:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 12:07:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1591c3b6
7
8 net-irc/weechat: Stabilize 3.1 amd64, #784515
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-irc/weechat/weechat-3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-irc/weechat/weechat-3.1.ebuild b/net-irc/weechat/weechat-3.1.ebuild
16 index 86f3f2d17ba..07b26232b9f 100644
17 --- a/net-irc/weechat/weechat-3.1.ebuild
18 +++ b/net-irc/weechat/weechat-3.1.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
20 EGIT_REPO_URI="https://github.com/weechat/weechat.git"
21 else
22 SRC_URI="https://weechat.org/files/src/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
25 fi
26
27 DESCRIPTION="Portable and multi-interface IRC client"