commit: 1fca18b635202b54a95350f6d74ae322d0f44c05
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Mon Aug 17 15:34:23 2020 +0000
Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 20:17:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fca18b6
net-im/poezio: update the live ebuild
This syncs the live ebuild with the latest poezio
ebuild (poezio-0.13.1.ebuild) which was added with
bf6491e7996 ("net-im/poezio: add ebuild for version 0.13.1").
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
net-im/poezio/poezio-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
index 2946371c46b..89a6ccb69f4 100644
--- a/net-im/poezio/poezio-9999.ebuild
+++ b/net-im/poezio/poezio-9999.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1 readme.gentoo-r1
@@ -23,14 +24,13 @@ RDEPEND="
dev-python/aiodns[${PYTHON_USEDEP}]
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
- dev-python/slixmpp[${PYTHON_USEDEP}]
+ >=dev-python/slixmpp-1.5.2[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
DOC_CONTENTS="
Install these optional runtime dependencies for additional features.
-* dev-python/potr for OTR encryption support.
* dev-python/pyinotify for screen autoaway plugin support.
"
DISABLE_AUTOFORMATTING=true