diff options
Diffstat (limited to 'net-irc/irker')
-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 ) |