diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-05-02 00:45:35 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-05-02 00:45:35 +0500 |
commit | 12088906c597f38640e866db39c7ba6dea3f5ec0 (patch) | |
tree | 34f83cc2ba6ad7ae3e3966042de7997b36ea8711 /games-fps | |
parent | www-apps/twint: treeclean (diff) | |
download | guru-12088906c597f38640e866db39c7ba6dea3f5ec0.tar.gz guru-12088906c597f38640e866db39c7ba6dea3f5ec0.tar.bz2 guru-12088906c597f38640e866db39c7ba6dea3f5ec0.zip |
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/crispy-doom/crispy-doom-5.12.0.ebuild | 2 | ||||
-rw-r--r-- | games-fps/crispy-doom/crispy-doom-6.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild b/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild index 5bf2fb421..f84058dfe 100644 --- a/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild +++ b/games-fps/crispy-doom/crispy-doom-5.12.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10,11} ) inherit autotools prefix python-any-r1 xdg diff --git a/games-fps/crispy-doom/crispy-doom-6.0.ebuild b/games-fps/crispy-doom/crispy-doom-6.0.ebuild index b530cfe12..1afc599e7 100644 --- a/games-fps/crispy-doom/crispy-doom-6.0.ebuild +++ b/games-fps/crispy-doom/crispy-doom-6.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit autotools prefix python-any-r1 xdg |