diff options
author | 2023-03-12 17:53:56 +0500 | |
---|---|---|
committer | 2023-03-12 17:53:56 +0500 | |
commit | 41008d715cc7b84056a64933f14288647f14b6fa (patch) | |
tree | 754c5319e41aa6c0a05ca29671acbdd61e6e771f /sys-boot | |
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 'sys-boot')
-rw-r--r-- | sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild index 98d0f8337..d64182858 100644 --- a/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild +++ b/sys-boot/woeusb-ng/woeusb-ng-0.2.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 |