aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-12 17:53:56 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-12 17:53:56 +0500
commit41008d715cc7b84056a64933f14288647f14b6fa (patch)
tree754c5319e41aa6c0a05ca29671acbdd61e6e771f /dev-vcs
parentmedia-fonts/twemoji: add 14.0.2 (diff)
downloadguru-41008d715cc7b84056a64933f14288647f14b6fa.tar.gz
guru-41008d715cc7b84056a64933f14288647f14b6fa.tar.bz2
guru-41008d715cc7b84056a64933f14288647f14b6fa.zip
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-cu/git-cu-0.5.0.ebuild2
-rw-r--r--dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-cu/git-cu-0.5.0.ebuild b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
index f8391af7bf..6a5b27a9be 100644
--- a/dev-vcs/git-cu/git-cu-0.5.0.ebuild
+++ b/dev-vcs/git-cu/git-cu-0.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Helps to keep your local git repositories organized"
diff --git a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild
index 61d0ec66a3..d0f4395f4c 100644
--- a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild
+++ b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1