diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:25:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:34:07 +0100 |
commit | 240bcf41eb66e9a0684352a363177ed1590418da (patch) | |
tree | fa3086aa4b36081a2a28c11b7046150ab1000564 /net-irc | |
parent | net-im/pyicq-t: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-240bcf41eb66e9a0684352a363177ed1590418da.tar.gz gentoo-240bcf41eb66e9a0684352a363177ed1590418da.tar.bz2 gentoo-240bcf41eb66e9a0684352a363177ed1590418da.zip |
net-irc/irker: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/irker/irker-2.18-r2.ebuild (renamed from net-irc/irker/irker-2.18-r1.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-irc/irker/irker-2.18-r1.ebuild b/net-irc/irker/irker-2.18-r2.ebuild index 62f36d076cfc..df9f62a09166 100644 --- a/net-irc/irker/irker-2.18-r1.ebuild +++ b/net-irc/irker/irker-2.18-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,11 @@ RDEPEND="${PYTHON_DEPS}" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 app-text/xmlto - socks5? ( dev-python/PySocks[${PYTHON_USEDEP}] )" + socks5? ( + $(python_gen_cond_dep ' + dev-python/PySocks[${PYTHON_MULTI_USEDEP}] + ') + )" DOCS=( NEWS README hacking.txt security.txt ) HTML_DOCS=( irkerd.html irkerhook.html ) |