From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12CCA158020 for ; Fri, 4 Nov 2022 00:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4240CE089A; Fri, 4 Nov 2022 00:00:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29177E089A for ; Fri, 4 Nov 2022 00:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00FB03412B6 for ; Fri, 4 Nov 2022 00:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 369C86EA for ; Fri, 4 Nov 2022 00:00:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667520002.77de4b08fb8df2c624bcd40e9e9a8bd218b3ecd5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lcms/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lcms/lcms-2.14-r1.ebuild media-libs/lcms/lcms-2.14-r2.ebuild X-VCS-Directories: media-libs/lcms/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 77de4b08fb8df2c624bcd40e9e9a8bd218b3ecd5 X-VCS-Branch: master Date: Fri, 4 Nov 2022 00:00:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6200585-57e4-44fe-86ee-c2c7c92fb4a0 X-Archives-Hash: a0b4fcc71ed6beb558477904289a5d9d commit: 77de4b08fb8df2c624bcd40e9e9a8bd218b3ecd5 Author: Sam James gentoo org> AuthorDate: Thu Nov 3 23:59:31 2022 +0000 Commit: Sam James gentoo 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 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)