From 240bcf41eb66e9a0684352a363177ed1590418da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 18:25:59 +0100 Subject: [PATCH] net-irc/irker: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../irker/{irker-2.18-r1.ebuild => irker-2.18-r2.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename net-irc/irker/{irker-2.18-r1.ebuild => irker-2.18-r2.ebuild} (90%) 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 ) -- 2.26.2