diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-11-30 18:00:15 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-11-30 18:00:15 -0800 |
commit | 182f0decf4f6f181b2c413a1f6c204fd9d23cedc (patch) | |
tree | 21ef95b4461893ec9ccae06d9452df43a02f7f6f /net-irc | |
parent | app-shells/loksh: drop old (diff) | |
download | gentoo-182f0decf4f6f181b2c413a1f6c204fd9d23cedc.tar.gz gentoo-182f0decf4f6f181b2c413a1f6c204fd9d23cedc.tar.bz2 gentoo-182f0decf4f6f181b2c413a1f6c204fd9d23cedc.zip |
net-irc/weechat: 2.3 stable amd64
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/weechat-2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/weechat/weechat-2.3.ebuild b/net-irc/weechat/weechat-2.3.ebuild index f7ef20c9a4be..2abf0be5ae73 100644 --- a/net-irc/weechat/weechat-2.3.ebuild +++ b/net-irc/weechat/weechat-2.3.ebuild @@ -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" |