commit: c1515026b08079736b454bccbed8e6f5fa961eaa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 06:55:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:46:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1515026
net-p2p/nicotine+: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{nicotine+-1.4.1-r1.ebuild => nicotine+-1.4.1-r2.ebuild} | 8 +++++---
1 file 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
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 6244745090a..bc288ddd9ab 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}"