commit: 1280a740faff5632dd1191453ef0952a1ce3dba2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 15:04:07 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 15:04:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1280a740
media-libs/raptor: add note wrt -j1 for tests
It's fixed in git.
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/raptor/raptor-2.0.16.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/media-libs/raptor/raptor-2.0.16.ebuild
b/media-libs/raptor/raptor-2.0.16.ebuild
index 3d3903f710b5..4ec9436f793a 100644
--- a/media-libs/raptor/raptor-2.0.16.ebuild
+++ b/media-libs/raptor/raptor-2.0.16.ebuild
@@ -67,6 +67,8 @@ multilib_src_configure() {
}
multilib_src_test() {
+ # XXX: should be able to drop -j1 on next release (>2.0.16)
+ #
https://github.com/dajobe/raptor/commit/f3aaf48b44a9ba7d01461245ca47649a82b3eb5f
emake -j1 test
}