logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: 7414a8c4c5bb4ac4f673e741b032e4f251e5cb65
parent: c7ada032481160e9fbd6d75d926730574ff5f5cc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 11 Apr 2020 08:24:46 +0200

net-im/poezio: python3_7 compatible

Diffstat:

Mnet-im/poezio/poezio-0.12.ebuild5+++--
Mnet-im/poezio/poezio-9999.ebuild2+-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-im/poezio/poezio-0.12.ebuild b/net-im/poezio/poezio-0.12.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +# also python3_8 compatible but deps in gentoo aren't so makes repoman frown +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 readme.gentoo-r1 @@ -14,7 +15,7 @@ IUSE="test" RESTRICT="!test? ( test )" if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://git.poez.io/${PN}.git" + EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git" inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-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 readme.gentoo-r1