Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
Date: Thu, 02 Jul 2020 04:59:31
Message-Id: 1593665940.bf656c59343b9fa67d6643bbfb50cef978168392.gyakovlev@gentoo
1 commit: bf656c59343b9fa67d6643bbfb50cef978168392
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 1 11:14:16 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 04:59:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf656c59
7
8 net-irc/weechat: fix #730338
9
10 Remove dev-lang/lua:0[deprecated] USE-dependency as it now not required.
11 Bug: https://bugs.gentoo.org/730338
12 Package-Manager: Portage-2.3.99, Repoman-2.3.23
13 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/16525
15 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
16
17 net-irc/weechat/weechat-9999.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild
21 index 37b7a1e4518..0871e154ad2 100644
22 --- a/net-irc/weechat/weechat-9999.ebuild
23 +++ b/net-irc/weechat/weechat-9999.ebuild
24 @@ -36,7 +36,7 @@ RDEPEND="
25 sys-libs/zlib
26 charset? ( virtual/libiconv )
27 guile? ( >=dev-scheme/guile-2.0 )
28 - lua? ( dev-lang/lua:0[deprecated] )
29 + lua? ( dev-lang/lua:0 )
30 nls? ( virtual/libintl )
31 perl? ( dev-lang/perl:= )
32 php? ( >=dev-lang/php-7.0:*[embed] )