parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit a78edd78af7e1ba8f577118a5951ad14f87a5516
parent 6b332b5adbb6109d696594f6ca80974bec570a3f
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 15 May 2021 08:54:43 +0200

dev-python/ghp-import: Update python_compat.

Diffstat:
Mdev-python/ghp-import/ghp-import-1.0.0.ebuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ghp-import/ghp-import-1.0.0.ebuild b/dev-python/ghp-import/ghp-import-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Easily import docs to your gh-pages branch"