commit: 1365858af059f5b893b3bfe35bcb13c376e53e91
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 17:29:50 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:34:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1365858a
net-misc/econnman: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/econnman/{econnman-1.1.ebuild => econnman-1.1-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-misc/econnman/econnman-1.1.ebuild
b/net-misc/econnman/econnman-1.1-r1.ebuild
similarity index 89%
rename from net-misc/econnman/econnman-1.1.ebuild
rename to net-misc/econnman/econnman-1.1-r1.ebuild
index 6469ce52bbc..bf5b23bdf38 100644
--- a/net-misc/econnman/econnman-1.1.ebuild
+++ b/net-misc/econnman/econnman-1.1-r1.ebuild
@@ -21,7 +21,9 @@ DEPEND="${PYTHON_DEPS}"
RDEPEND="
${DEPEND}
dev-libs/efl[X,connman]
- dev-python/python-efl[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/python-efl[${PYTHON_MULTI_USEDEP}]
+ ')
"
src_prepare() {