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 6078C15806E for ; Mon, 29 May 2023 08:53:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F4A2E0841; Mon, 29 May 2023 08:53:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 6B335E0841 for ; Mon, 29 May 2023 08:53:30 +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 6E5C6340EF8 for ; Mon, 29 May 2023 08:53:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B48AA71 for ; Mon, 29 May 2023 08:53:27 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1685350371.ee7c8904a5d240a65cda7ed71cebe799e15414eb.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gthumb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gthumb/gthumb-3.12.2-r5.ebuild X-VCS-Directories: media-gfx/gthumb/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ee7c8904a5d240a65cda7ed71cebe799e15414eb X-VCS-Branch: master Date: Mon, 29 May 2023 08:53:27 +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: cae0889f-642b-465f-a88b-dc0600bdbfe6 X-Archives-Hash: d2795c247f6236ff4b1f74adc795df76 commit: ee7c8904a5d240a65cda7ed71cebe799e15414eb Author: Pacho Ramos gentoo org> AuthorDate: Mon May 29 08:52:51 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon May 29 08:52:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7c8904 media-gfx/gthumb: Fix ExcessiveLineLength warning Signed-off-by: Pacho Ramos gentoo.org> media-gfx/gthumb/gthumb-3.12.2-r5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/gthumb/gthumb-3.12.2-r5.ebuild b/media-gfx/gthumb/gthumb-3.12.2-r5.ebuild index 043f387c00a2..65ef7e3cae52 100644 --- a/media-gfx/gthumb/gthumb-3.12.2-r5.ebuild +++ b/media-gfx/gthumb/gthumb-3.12.2-r5.ebuild @@ -92,7 +92,8 @@ src_configure() { $(meson_use cdr libbrasero) ) - # colord pulls in lcms2 anyway, so enable lcms with USE="colord -lcms"; some of upstream HAVE_COLORD code depends on HAVE_LCMS2 + # colord pulls in lcms2 anyway, so enable lcms with USE="colord -lcms"; + # some of upstream HAVE_COLORD code depends on HAVE_LCMS2 if use lcms || use colord; then emesonargs+=( -Dlcms2=true ) else