diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-08 07:55:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:46:45 +0100 |
commit | c1515026b08079736b454bccbed8e6f5fa961eaa (patch) | |
tree | 897effac6dc3b598382add5a2bdd3ee0d3a1070d /net-p2p/nicotine+ | |
parent | net-p2p/deluge: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-c1515026b08079736b454bccbed8e6f5fa961eaa.tar.gz gentoo-c1515026b08079736b454bccbed8e6f5fa961eaa.tar.bz2 gentoo-c1515026b08079736b454bccbed8e6f5fa961eaa.zip |
net-p2p/nicotine+: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-p2p/nicotine+')
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild (renamed from net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild b/net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild index 6244745090a0..bc288ddd9ab0 100644 --- a/net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild +++ b/net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,8 +18,10 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=" - >=dev-python/pygtk-2.24[${PYTHON_USEDEP}] - media-libs/mutagen[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/pygtk-2.24[${PYTHON_MULTI_USEDEP}] + media-libs/mutagen[${PYTHON_MULTI_USEDEP}] + ') " DEPEND="${RDEPEND}" |