diff options
author | Sam James <sam@gentoo.org> | 2021-04-22 13:06:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-22 13:07:52 +0100 |
commit | 1591c3b63f88207f24633f6d396306d4f8231ce1 (patch) | |
tree | 5dc2d1445912ae57f94e3be1ac3f5f3f8ab7a70f /net-irc | |
parent | x11-misc/shutter: Stabilize 0.95 amd64, #784458 (diff) | |
download | gentoo-1591c3b63f88207f24633f6d396306d4f8231ce1.tar.gz gentoo-1591c3b63f88207f24633f6d396306d4f8231ce1.tar.bz2 gentoo-1591c3b63f88207f24633f6d396306d4f8231ce1.zip |
net-irc/weechat: Stabilize 3.1 amd64, #784515
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/weechat-3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/weechat/weechat-3.1.ebuild b/net-irc/weechat/weechat-3.1.ebuild index 86f3f2d17ba4..07b26232b9ff 100644 --- a/net-irc/weechat/weechat-3.1.ebuild +++ b/net-irc/weechat/weechat-3.1.ebuild @@ -13,7 +13,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" |