Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
Date: Fri, 26 May 2017 22:54:28
Message-Id: 1495839179.d53c64c4792f69e34b9780eb23dcc489cfab308a.soap@gentoo
1 commit: d53c64c4792f69e34b9780eb23dcc489cfab308a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 22:08:33 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 22:52:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53c64c4
7
8 net-irc/weechat: [QA] Add missing python metadata variables
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-irc/weechat/weechat-1.7.1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/net-irc/weechat/weechat-1.7.1.ebuild b/net-irc/weechat/weechat-1.7.1.ebuild
16 index 6e8c0992405..670c755cecc 100644
17 --- a/net-irc/weechat/weechat-1.7.1.ebuild
18 +++ b/net-irc/weechat/weechat-1.7.1.ebuild
19 @@ -26,6 +26,7 @@ PLUGINS="+alias +charset +exec +fifo +logger +relay +scripts +spell +trigger +xf
20 SCRIPT_LANGS="guile lua +perl +python ruby tcl"
21 LANGS=" cs de es fr hu it ja pl pt pt_BR ru tr"
22 IUSE="doc nls +ssl test ${LANGS// / linguas_} ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
23 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
24
25 RDEPEND="
26 dev-libs/libgcrypt:0=