summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2023-04-11 08:27:08 +0300
committerViorel Munteanu <ceamac@gentoo.org>2023-04-11 08:29:43 +0300
commitd8d6bf974cfa15d18d473b7de3a24558fa001669 (patch)
treeda486db6ddb6903d7a499e26364b2b7d9862fa8f /media-gfx
parentmedia-gfx/alembic: add 1.8.5 (diff)
downloadgentoo-d8d6bf974cfa15d18d473b7de3a24558fa001669.tar.gz
gentoo-d8d6bf974cfa15d18d473b7de3a24558fa001669.tar.bz2
gentoo-d8d6bf974cfa15d18d473b7de3a24558fa001669.zip
media-gfx/alembic: comment about tests with py3.11
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/alembic/alembic-1.8.5.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-gfx/alembic/alembic-1.8.5.ebuild b/media-gfx/alembic/alembic-1.8.5.ebuild
index acfb913ecfbc..e69f73e9d37e 100644
--- a/media-gfx/alembic/alembic-1.8.5.ebuild
+++ b/media-gfx/alembic/alembic-1.8.5.ebuild
@@ -39,6 +39,7 @@ DOCS=( ACKNOWLEDGEMENTS.txt FEEDBACK.txt NEWS.txt README.txt )
src_prepare() {
cmake_src_prepare
+ # Tests are broken with python 3.11. See also: https://github.com/alembic/alembic/issues/411
cmake_run_in "${S}/python/PyAlembic" cmake_comment_add_subdirectory Tests
}