summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-09 05:37:34 +0100
committerSam James <sam@gentoo.org>2023-07-09 05:37:34 +0100
commit74b0fd90fcf80cd28fb56095abfe37e8864723c1 (patch)
treebe19c3a88c1134a2a2bb8d3a657877a32a898702 /sys-libs/libnvme
parentdev-python/jsonschema-spec: Stabilize 0.1.6 ALLARCHES, #910079 (diff)
downloadgentoo-74b0fd90fcf80cd28fb56095abfe37e8864723c1.tar.gz
gentoo-74b0fd90fcf80cd28fb56095abfe37e8864723c1.tar.bz2
gentoo-74b0fd90fcf80cd28fb56095abfe37e8864723c1.zip
sys-libs/libnvme: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libnvme')
-rw-r--r--sys-libs/libnvme/libnvme-1.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libnvme/libnvme-1.5.ebuild b/sys-libs/libnvme/libnvme-1.5.ebuild
index f00e46205f84..8939d9860409 100644
--- a/sys-libs/libnvme/libnvme-1.5.ebuild
+++ b/sys-libs/libnvme/libnvme-1.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit python-r1 meson
DESCRIPTION="C Library for NVM Express on Linux"