Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
Date: Sun, 09 Feb 2020 16:34:41
Message-Id: 1581266052.1365858af059f5b893b3bfe35bcb13c376e53e91.mgorny@gentoo
1 commit: 1365858af059f5b893b3bfe35bcb13c376e53e91
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 17:29:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:34:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1365858a
7
8 net-misc/econnman: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/econnman/{econnman-1.1.ebuild => econnman-1.1-r1.ebuild} | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/net-misc/econnman/econnman-1.1.ebuild b/net-misc/econnman/econnman-1.1-r1.ebuild
16 similarity index 89%
17 rename from net-misc/econnman/econnman-1.1.ebuild
18 rename to net-misc/econnman/econnman-1.1-r1.ebuild
19 index 6469ce52bbc..bf5b23bdf38 100644
20 --- a/net-misc/econnman/econnman-1.1.ebuild
21 +++ b/net-misc/econnman/econnman-1.1-r1.ebuild
22 @@ -21,7 +21,9 @@ DEPEND="${PYTHON_DEPS}"
23 RDEPEND="
24 ${DEPEND}
25 dev-libs/efl[X,connman]
26 - dev-python/python-efl[${PYTHON_USEDEP}]
27 + $(python_gen_cond_dep '
28 + dev-python/python-efl[${PYTHON_MULTI_USEDEP}]
29 + ')
30 "
31
32 src_prepare() {