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 B94611581E7 for ; Sun, 28 Apr 2024 18:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 092582BC017; Sun, 28 Apr 2024 18:56:10 +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 DD5032BC017 for ; Sun, 28 Apr 2024 18:56:09 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E91CF341B52 for ; Sun, 28 Apr 2024 18:56:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 862EA1762 for ; Sun, 28 Apr 2024 18:56:07 +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: <1714330530.20fcc21adc0b281d0bf0691485b2be33a504276f.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.16-r1.ebuild media-libs/lcms/lcms-2.16.ebuild X-VCS-Directories: media-libs/lcms/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20fcc21adc0b281d0bf0691485b2be33a504276f X-VCS-Branch: master Date: Sun, 28 Apr 2024 18:56:07 +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: 9a702aa6-9c7a-4acd-a133-4274597df0a5 X-Archives-Hash: fe514e61a83a5cef29bfe8373d5ec776 commit: 20fcc21adc0b281d0bf0691485b2be33a504276f Author: Sam James gentoo org> AuthorDate: Sun Apr 28 18:55:18 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 28 18:55:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fcc21a media-libs/lcms: install utils Closes: https://bugs.gentoo.org/930828 Signed-off-by: Sam James gentoo.org> media-libs/lcms/{lcms-2.16.ebuild => lcms-2.16-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/lcms/lcms-2.16.ebuild b/media-libs/lcms/lcms-2.16-r1.ebuild similarity index 95% rename from media-libs/lcms/lcms-2.16.ebuild rename to media-libs/lcms/lcms-2.16-r1.ebuild index 331ce2f8c446..14d082bed485 100644 --- a/media-libs/lcms/lcms-2.16.ebuild +++ b/media-libs/lcms/lcms-2.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,6 +31,7 @@ multilib_src_configure() { -Dfastfloat=true $(meson_feature jpeg) $(meson_feature tiff) + $(meson_native_true utils) ) meson_src_configure