commit: 77de4b08fb8df2c624bcd40e9e9a8bd218b3ecd5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 3 23:59:31 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 4 00:00:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77de4b08
media-libs/lcms: fix threads configure argument It shouldn't actually matter as it's default on anyway, but let's revbump to be safe. Closes: https://bugs.gentoo.org/879299 Fixes: 82e6a754f111f9cdb82f33176332d7b392f23999 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/lcms/{lcms-2.14-r1.ebuild => lcms-2.14-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/lcms/lcms-2.14-r1.ebuild b/media-libs/lcms/lcms-2.14-r2.ebuild similarity index 98% rename from media-libs/lcms/lcms-2.14-r1.ebuild rename to media-libs/lcms/lcms-2.14-r2.ebuild index ecbc609f0e58..3260cab550d5 100644 --- a/media-libs/lcms/lcms-2.14-r1.ebuild +++ b/media-libs/lcms/lcms-2.14-r2.ebuild @@ -35,7 +35,7 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --enable-threads + --with-threads $(use_with jpeg) $(use_enable static-libs static) $(use_with tiff)
