diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-09 15:53:35 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-09 15:53:35 +0200 |
commit | deb0f3d0bef4f6e8755fa2d5233e972b360a5770 (patch) | |
tree | 5dbda0c7316385d12606677aab3146152bcb5b73 /net-irc | |
parent | net-wireless/iwd: x86 stable wrt bug #727158 (diff) | |
download | gentoo-deb0f3d0bef4f6e8755fa2d5233e972b360a5770.tar.gz gentoo-deb0f3d0bef4f6e8755fa2d5233e972b360a5770.tar.bz2 gentoo-deb0f3d0bef4f6e8755fa2d5233e972b360a5770.zip |
net-irc/weechat: x86 stable wrt bug #727316
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/weechat-2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/weechat/weechat-2.8.ebuild b/net-irc/weechat/weechat-2.8.ebuild index 06d96458fd3a..e7f1ef5f7341 100644 --- a/net-irc/weechat/weechat-2.8.ebuild +++ b/net-irc/weechat/weechat-2.8.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 ~arm64 ppc64 ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~x64-macos" fi DESCRIPTION="Portable and multi-interface IRC client" |