From 77de4b08fb8df2c624bcd40e9e9a8bd218b3ecd5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 3 Nov 2022 23:59:31 +0000 Subject: [PATCH] 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 --- media-libs/lcms/{lcms-2.14-r1.ebuild => lcms-2.14-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename media-libs/lcms/{lcms-2.14-r1.ebuild => lcms-2.14-r2.ebuild} (98%) 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 ecbc609f0e58e..3260cab550d57 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)