diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-03-01 14:29:44 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-03-01 14:29:44 +0000 |
commit | 9367cd9e957b97510f4e6056c6eed112a5487b2d (patch) | |
tree | 5cc852070a8de300c598c8740fb77055c67212a8 /media-gfx | |
parent | mail-filter/amavisd-new: Remove obsolete ebuild (diff) | |
download | gentoo-9367cd9e957b97510f4e6056c6eed112a5487b2d.tar.gz gentoo-9367cd9e957b97510f4e6056c6eed112a5487b2d.tar.bz2 gentoo-9367cd9e957b97510f4e6056c6eed112a5487b2d.zip |
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 <marecki@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/darktable/darktable-3.6.1-r2.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/darktable/darktable-3.8.0-r2.ebuild | 1 | ||||
-rw-r--r-- | media-gfx/darktable/darktable-3.8.1.ebuild | 1 |
3 files changed, 1 insertions, 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 } |