logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: df3d9ace47db88c8f7a90b260caedac95833ea69
parent: fcd2bfd2e5f26cadc1eb22b55e27ce2bbb1d3471
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 22 Apr 2020 15:17:22 +0200

dev-python/slixmpp: python3_7

Diffstat:

Mdev-python/slixmpp/slixmpp-1.4.2.ebuild2+-
Mdev-python/slixmpp/slixmpp-9999.ebuild2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/slixmpp/slixmpp-1.4.2.ebuild b/dev-python/slixmpp/slixmpp-1.4.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1