net-p2p/nicotine+: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Sat, 8 Feb 2020 06:55:58 +0000 (07:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:46:45 +0000 (17:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild [moved from net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild with 79% similarity]

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 6244745090a082e9c2651a29299564843be70ad8..bc288ddd9ab042dfc375b38ddaaa77834dc93499 100644 (file)
@@ -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}"