diff options
author | Sam James <sam@gentoo.org> | 2023-05-03 07:11:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-03 07:11:28 +0100 |
commit | 226521127a5f07c2e6647135ca07be33583a7314 (patch) | |
tree | 29170f679fd976246e1225e3fafc83d276ed2ae0 /media-libs | |
parent | media-libs/partio: enable py3.11 (diff) | |
download | gentoo-226521127a5f07c2e6647135ca07be33583a7314.tar.gz gentoo-226521127a5f07c2e6647135ca07be33583a7314.tar.bz2 gentoo-226521127a5f07c2e6647135ca07be33583a7314.zip |
Revert "media-libs/partio: enable py3.11"
This reverts commit c2e8f06ff4691bdbd3f29221730be7fc911bd7c7.
I didn't mean to push this, it's not ready.
Bug: https://bugs.gentoo.org/897014
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/partio/partio-1.14.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/partio/partio-1.14.6.ebuild b/media-libs/partio/partio-1.14.6.ebuild index 19afe068971e..b8f78cd325ec 100644 --- a/media-libs/partio/partio-1.14.6.ebuild +++ b/media-libs/partio/partio-1.14.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit cmake python-single-r1 if [[ ${PV} == *9999 ]]; then |