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 /sys-boot | |
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 '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 d64182858..82564fd65 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 |