diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-10-12 09:21:53 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-10-12 09:21:53 -0700 |
commit | 6633cf2cecd5008ed866dc8046baa94fbe8a9c43 (patch) | |
tree | 0d631ad9187169d13929a4c7016f8dcc419f5cd8 /net-irc/weechat | |
parent | dev-util/bear: revbump for hlohmann_json dep adjustment (diff) | |
download | gentoo-6633cf2cecd5008ed866dc8046baa94fbe8a9c43.tar.gz gentoo-6633cf2cecd5008ed866dc8046baa94fbe8a9c43.tar.bz2 gentoo-6633cf2cecd5008ed866dc8046baa94fbe8a9c43.zip |
net-irc/weechat: Stabilize 3.3 ppc64, #816696
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-irc/weechat')
-rw-r--r-- | net-irc/weechat/weechat-3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/weechat/weechat-3.3.ebuild b/net-irc/weechat/weechat-3.3.ebuild index 35da00938c1a..5decf66ac6c6 100644 --- a/net-irc/weechat/weechat-3.3.ebuild +++ b/net-irc/weechat/weechat-3.3.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" |