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-libs/lcms/
Date: Fri, 04 Nov 2022 00:00:27
Message-Id: 1667520002.77de4b08fb8df2c624bcd40e9e9a8bd218b3ecd5.sam@gentoo
1 commit: 77de4b08fb8df2c624bcd40e9e9a8bd218b3ecd5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 23:59:31 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 00:00:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77de4b08
7
8 media-libs/lcms: fix threads configure argument
9
10 It shouldn't actually matter as it's default on anyway, but
11 let's revbump to be safe.
12
13 Closes: https://bugs.gentoo.org/879299
14 Fixes: 82e6a754f111f9cdb82f33176332d7b392f23999
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 media-libs/lcms/{lcms-2.14-r1.ebuild => lcms-2.14-r2.ebuild} | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/media-libs/lcms/lcms-2.14-r1.ebuild b/media-libs/lcms/lcms-2.14-r2.ebuild
21 similarity index 98%
22 rename from media-libs/lcms/lcms-2.14-r1.ebuild
23 rename to media-libs/lcms/lcms-2.14-r2.ebuild
24 index ecbc609f0e58..3260cab550d5 100644
25 --- a/media-libs/lcms/lcms-2.14-r1.ebuild
26 +++ b/media-libs/lcms/lcms-2.14-r2.ebuild
27 @@ -35,7 +35,7 @@ src_prepare() {
28
29 multilib_src_configure() {
30 local myeconfargs=(
31 - --enable-threads
32 + --with-threads
33 $(use_with jpeg)
34 $(use_enable static-libs static)
35 $(use_with tiff)