summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/econnman/econnman-1.1-r1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-misc/econnman/econnman-1.1-r1.ebuild b/net-misc/econnman/econnman-1.1-r1.ebuild
index 6d4692fd9f99..e06b74d6f94b 100644
--- a/net-misc/econnman/econnman-1.1-r1.ebuild
+++ b/net-misc/econnman/econnman-1.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..7} )
+PYTHON_COMPAT=( python3_{6..8} )
inherit python-single-r1
@@ -18,13 +18,11 @@ KEYWORDS="amd64 x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"
-RDEPEND="
- ${DEPEND}
+RDEPEND="${DEPEND}
dev-libs/efl[X,connman]
$(python_gen_cond_dep '
- dev-python/python-efl[${PYTHON_MULTI_USEDEP}]
- ')
-"
+ dev-python/python-efl[${PYTHON_USEDEP}]
+ ')"
src_prepare() {
default