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 57BCE15808B for ; Tue, 1 Mar 2022 14:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2359CE07D3; Tue, 1 Mar 2022 14:31:37 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01FECE07D3 for ; Tue, 1 Mar 2022 14:31:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B3CD0343341 for ; Tue, 1 Mar 2022 14:31:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0794E2FA for ; Tue, 1 Mar 2022 14:31:34 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1646144984.9367cd9e957b97510f4e6056c6eed112a5487b2d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-3.6.1-r2.ebuild media-gfx/darktable/darktable-3.8.0-r2.ebuild media-gfx/darktable/darktable-3.8.1.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9367cd9e957b97510f4e6056c6eed112a5487b2d X-VCS-Branch: master Date: Tue, 1 Mar 2022 14:31:34 +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: 7e770cfc-8309-44eb-ae3f-aa1bf156831f X-Archives-Hash: 1fa68bc8acce57ac479948f6d763b5bc commit: 9367cd9e957b97510f4e6056c6eed112a5487b2d Author: Marek Szuba gentoo org> AuthorDate: Tue Mar 1 14:29:44 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Mar 1 14:29:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9367cd9e media-gfx/darktable: do not set CMAKE_BUILD_TYPE This was a holdover from older EAPIs, come EAPI-8 cmake.eclass already defaults to RelWithDebInfo. Signed-off-by: Marek Szuba gentoo.org> media-gfx/darktable/darktable-3.6.1-r2.ebuild | 3 +-- media-gfx/darktable/darktable-3.8.0-r2.ebuild | 1 - media-gfx/darktable/darktable-3.8.1.ebuild | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/media-gfx/darktable/darktable-3.6.1-r2.ebuild b/media-gfx/darktable/darktable-3.6.1-r2.ebuild index ff087a4c98dc..1ade290e81bc 100644 --- a/media-gfx/darktable/darktable-3.6.1-r2.ebuild +++ b/media-gfx/darktable/darktable-3.6.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -136,7 +136,6 @@ src_configure() { -DUSE_WEBP=$(usex webp) -DWANT_JSON_VALIDATION=$(usex test) ) - CMAKE_BUILD_TYPE="RELWITHDEBINFO" cmake_src_configure } diff --git a/media-gfx/darktable/darktable-3.8.0-r2.ebuild b/media-gfx/darktable/darktable-3.8.0-r2.ebuild index e98ee3305dae..1b30a127d1b2 100644 --- a/media-gfx/darktable/darktable-3.8.0-r2.ebuild +++ b/media-gfx/darktable/darktable-3.8.0-r2.ebuild @@ -147,7 +147,6 @@ src_configure() { -DUSE_WEBP=$(usex webp) -DWANT_JSON_VALIDATION=$(usex test) ) - CMAKE_BUILD_TYPE="RELWITHDEBINFO" cmake_src_configure } diff --git a/media-gfx/darktable/darktable-3.8.1.ebuild b/media-gfx/darktable/darktable-3.8.1.ebuild index b972b07d4be7..67728867df09 100644 --- a/media-gfx/darktable/darktable-3.8.1.ebuild +++ b/media-gfx/darktable/darktable-3.8.1.ebuild @@ -147,7 +147,6 @@ src_configure() { -DUSE_WEBP=$(usex webp) -DWANT_JSON_VALIDATION=$(usex test) ) - CMAKE_BUILD_TYPE="RELWITHDEBINFO" cmake_src_configure }