diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2020-07-01 14:14:16 +0300 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-07-01 21:59:00 -0700 |
commit | bf656c59343b9fa67d6643bbfb50cef978168392 (patch) | |
tree | 3bf2c846430cb864353a169e98dd4a8b8068e271 /net-irc | |
parent | net-irc/weechat: drop old (diff) | |
download | gentoo-bf656c59343b9fa67d6643bbfb50cef978168392.tar.gz gentoo-bf656c59343b9fa67d6643bbfb50cef978168392.tar.bz2 gentoo-bf656c59343b9fa67d6643bbfb50cef978168392.zip |
net-irc/weechat: fix #730338
Remove dev-lang/lua:0[deprecated] USE-dependency as it now not required.
Bug: https://bugs.gentoo.org/730338
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16525
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index 37b7a1e45182..0871e154ad26 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -36,7 +36,7 @@ RDEPEND=" sys-libs/zlib charset? ( virtual/libiconv ) guile? ( >=dev-scheme/guile-2.0 ) - lua? ( dev-lang/lua:0[deprecated] ) + lua? ( dev-lang/lua:0 ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) php? ( >=dev-lang/php-7.0:*[embed] ) |