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 AB21A158020 for ; Mon, 5 Dec 2022 12:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D0A7E085E; Mon, 5 Dec 2022 12:51:26 +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 83324E085E for ; Mon, 5 Dec 2022 12:51: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 7376534118D for ; Mon, 5 Dec 2022 12:51:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0C3D54C for ; Mon, 5 Dec 2022 12:51:23 +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: <1670244675.a4a141f6963b818081bc26c20047afe08ac46cae.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-4.0.1.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a4a141f6963b818081bc26c20047afe08ac46cae X-VCS-Branch: master Date: Mon, 5 Dec 2022 12:51: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: cfdfc263-e2f7-482b-9380-b3fdbd8748f4 X-Archives-Hash: 91128c411654319acbea2b824303cfaf commit: a4a141f6963b818081bc26c20047afe08ac46cae Author: Marek Szuba gentoo org> AuthorDate: Mon Dec 5 12:34:34 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Dec 5 12:51:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a141f6 media-gfx/darktable: comment on why we don't have sys-devel/gcc[graphite] in BDEPEND Yes, I HAVE tested these claims - both on the default amd64 stage3 system and using a configuration explicitly set up to prevent LLVM/Clang from being pulled in (emerged dev-lang/rust-bin by hand to satisfy virtual/rust + added */* -llvm VIDEO_CARDS: -* to package.use). Signed-off-by: Marek Szuba gentoo.org> media-gfx/darktable/darktable-4.0.1.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/media-gfx/darktable/darktable-4.0.1.ebuild b/media-gfx/darktable/darktable-4.0.1.ebuild index c89e7aa5207f..5fe13ce234b3 100644 --- a/media-gfx/darktable/darktable-4.0.1.ebuild +++ b/media-gfx/darktable/darktable-4.0.1.ebuild @@ -39,6 +39,16 @@ REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" RESTRICT="!test? ( test )" +# It is sometimes requested, by both users and certain devs, to have sys-devel/gcc[graphite] +# in BDEPEND. This has not been done *on purpose*, for the following reason: +# - darktable can also be built with sys-devel/clang so we'd have to have that, as an alternative, +# in BDEPEND too +# - there are at least two darktable dependencies (media-libs/mesa and virtual/rust) which +# by default pull in sys-devel/clang +# - as a result of the above, for most gcc users adding the above to BDEPEND is a no-op +# (and curiously enough, empirical observations suggest current versions of Portage are +# more likely to pull in Clang to build darktable with than to request enabling USE=graphite +# on GCC; that might be a bug though) BDEPEND="dev-util/intltool virtual/pkgconfig nls? ( sys-devel/gettext )