From c1515026b08079736b454bccbed8e6f5fa961eaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 8 Feb 2020 07:55:58 +0100 Subject: [PATCH] net-p2p/nicotine+: 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 --- ...icotine+-1.4.1-r1.ebuild => nicotine+-1.4.1-r2.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename net-p2p/nicotine+/{nicotine+-1.4.1-r1.ebuild => nicotine+-1.4.1-r2.ebuild} (79%) diff --git a/net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild b/net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild similarity index 79% rename from net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild rename to 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}" -- 2.26.2