net-irc/irker: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 17:25:59 +0000 (18:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:34:07 +0000 (17:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-irc/irker/irker-2.18-r2.ebuild [moved from net-irc/irker/irker-2.18-r1.ebuild with 90% similarity]

similarity index 90%
rename from net-irc/irker/irker-2.18-r1.ebuild
rename to net-irc/irker/irker-2.18-r2.ebuild
index 62f36d076cfcc9bee37720b1f5f5434caffb3073..df9f62a09166383d0ba92e5ad0ce30d73e6468b9 100644 (file)
@@ -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 )