From: Michał Górny Date: Fri, 7 Feb 2020 17:25:59 +0000 (+0100) Subject: net-irc/irker: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=240bcf41eb66e9a0684352a363177ed1590418da;p=gentoo.git net-irc/irker: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/net-irc/irker/irker-2.18-r1.ebuild b/net-irc/irker/irker-2.18-r2.ebuild similarity index 90% rename from net-irc/irker/irker-2.18-r1.ebuild rename to 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 )