commit: 7192902457da510fc9b9dd14aac79b90adbced8b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 05:41:28 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu May 28 05:41:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71929024
net-misc/econnman: enable python3.8 compatibility
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/econnman/econnman-1.1-r1.ebuild | 10 ++++------
1 file 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 6d4692fd9f9..e06b74d6f94 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