diff options
author | Sam James <sam@gentoo.org> | 2024-01-10 12:29:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-10 12:32:39 +0000 |
commit | 82f009f9fba009db676615fb714186cf1ea65750 (patch) | |
tree | 6a7387dacd7194ce3e3808e43fbbf5a1cf96eb97 /media-gfx | |
parent | media-gfx/alembic: add 1.8.6 (diff) | |
download | gentoo-82f009f9fba009db676615fb714186cf1ea65750.tar.gz gentoo-82f009f9fba009db676615fb714186cf1ea65750.tar.bz2 gentoo-82f009f9fba009db676615fb714186cf1ea65750.zip |
media-gfx/alembic: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/alembic/alembic-1.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/alembic/alembic-1.8.6.ebuild b/media-gfx/alembic/alembic-1.8.6.ebuild index 1c865e9c2b1f..a541e2e622df 100644 --- a/media-gfx/alembic/alembic-1.8.6.ebuild +++ b/media-gfx/alembic/alembic-1.8.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake python-single-r1 |