diff options
author | Julien Roy <julien@jroy.ca> | 2023-03-01 20:11:12 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-03-01 20:11:12 -0500 |
commit | 22243cd1b5233770cd0a771cb9f6d28de4d965dc (patch) | |
tree | 4b0458c5e2e3b7ca4f4d840458931be829f97ee5 /dev-vcs/git-srht/git-srht-0.83.1.ebuild | |
parent | 30de2590a5a1e065587183d31c2cf239df6be36f (diff) | |
download | MrRoy-Overlay-22243cd1b5233770cd0a771cb9f6d28de4d965dc.tar.gz MrRoy-Overlay-22243cd1b5233770cd0a771cb9f6d28de4d965dc.tar.bz2 MrRoy-Overlay-22243cd1b5233770cd0a771cb9f6d28de4d965dc.zip |
dev-vcs/git-srht: disable py3.8, py3.9
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-vcs/git-srht/git-srht-0.83.1.ebuild')
-rw-r--r-- | dev-vcs/git-srht/git-srht-0.83.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-srht/git-srht-0.83.1.ebuild b/dev-vcs/git-srht/git-srht-0.83.1.ebuild index 39f07ed..459a401 100644 --- a/dev-vcs/git-srht/git-srht-0.83.1.ebuild +++ b/dev-vcs/git-srht/git-srht-0.83.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_10 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 go-module optfeature systemd |