diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-12 17:53:56 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-12 17:53:56 +0500 |
commit | 41008d715cc7b84056a64933f14288647f14b6fa (patch) | |
tree | 754c5319e41aa6c0a05ca29671acbdd61e6e771f /app-portage | |
parent | media-fonts/twemoji: add 14.0.2 (diff) | |
download | guru-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 'app-portage')
-rw-r--r-- | app-portage/pacvis/pacvis-0.4.2.ebuild | 2 | ||||
-rw-r--r-- | app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/pacvis/pacvis-0.4.2.ebuild b/app-portage/pacvis/pacvis-0.4.2.ebuild index 82bcbdbc8..bfe081ce8 100644 --- a/app-portage/pacvis/pacvis-0.4.2.ebuild +++ b/app-portage/pacvis/pacvis-0.4.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild b/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild index 6cd8a7426..f0cd4ab7c 100644 --- a/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild +++ b/app-portage/portage-lostfiles/portage-lostfiles-0.5.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="A simple script to identify files not tracked by Portage package manager" |