diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:29:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:34:12 +0100 |
commit | 1365858af059f5b893b3bfe35bcb13c376e53e91 (patch) | |
tree | 02d7b30c83257a014b9f6fbccf6635d89dafbc61 /net-misc | |
parent | net-misc/connman-notify: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-1365858af059f5b893b3bfe35bcb13c376e53e91.tar.gz gentoo-1365858af059f5b893b3bfe35bcb13c376e53e91.tar.bz2 gentoo-1365858af059f5b893b3bfe35bcb13c376e53e91.zip |
net-misc/econnman: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/econnman/econnman-1.1-r1.ebuild (renamed from net-misc/econnman/econnman-1.1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/econnman/econnman-1.1.ebuild b/net-misc/econnman/econnman-1.1-r1.ebuild index 6469ce52bbc6..bf5b23bdf38b 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() { |