diff options
Diffstat (limited to 'media-gfx/darktable/darktable-4.6.1.ebuild')
-rw-r--r-- | media-gfx/darktable/darktable-4.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/darktable/darktable-4.6.1.ebuild b/media-gfx/darktable/darktable-4.6.1.ebuild index 9bbb75a3f2c2..4057907968ec 100644 --- a/media-gfx/darktable/darktable-4.6.1.ebuild +++ b/media-gfx/darktable/darktable-4.6.1.ebuild @@ -45,10 +45,10 @@ 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, +# - darktable can also be built with llvm-core/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 dev-lang/rust) which -# by default pull in sys-devel/clang +# by default pull in llvm-core/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 |