Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/
Date: Thu, 29 Sep 2022 23:53:50
Message-Id: 1664495596.e35e05310354095a176c6b17c8e5814a1e02d54b.sam@gentoo
1 commit: e35e05310354095a176c6b17c8e5814a1e02d54b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 23:53:16 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 23:53:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35e0531
7
8 media-gfx/blender: restrict tests for now
9
10 Until I have a chance to reupload the latest test data.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-gfx/blender/blender-3.3.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-gfx/blender/blender-3.3.0.ebuild b/media-gfx/blender/blender-3.3.0.ebuild
18 index 36150d4272cd..a27d961ccf8a 100644
19 --- a/media-gfx/blender/blender-3.3.0.ebuild
20 +++ b/media-gfx/blender/blender-3.3.0.ebuild
21 @@ -30,7 +30,7 @@ IUSE="+bullet +dds +fluid +openexr +tbb \
22 man +nanovdb ndof nls openal +oidn +openimageio +openmp +opensubdiv \
23 +openvdb optix +osl +pdf +potrace +pugixml pulseaudio sdl +sndfile \
24 test +tiff valgrind"
25 -RESTRICT="!test? ( test )"
26 +RESTRICT="!test? ( test ) test"
27
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}
29 alembic? ( openexr )