summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-devel/llvm/llvm-20.0.0.9999.ebuild4
-rw-r--r--sys-devel/llvm/llvm-20.0.0_pre20240801.ebuild4
2 files changed, 8 insertions, 0 deletions
diff --git a/sys-devel/llvm/llvm-20.0.0.9999.ebuild b/sys-devel/llvm/llvm-20.0.0.9999.ebuild
index 9ff1ecc4c46c..8401f1a55543 100644
--- a/sys-devel/llvm/llvm-20.0.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-20.0.0.9999.ebuild
@@ -154,6 +154,10 @@ check_distribution_components() {
docs-llvm-html)
use doc || continue
;;
+ # used only w/ USE=debuginfd
+ llvm-debuginfod)
+ use debuginfod || continue
+ ;;
esac
all_targets+=( "${l}" )
diff --git a/sys-devel/llvm/llvm-20.0.0_pre20240801.ebuild b/sys-devel/llvm/llvm-20.0.0_pre20240801.ebuild
index 9ff1ecc4c46c..8401f1a55543 100644
--- a/sys-devel/llvm/llvm-20.0.0_pre20240801.ebuild
+++ b/sys-devel/llvm/llvm-20.0.0_pre20240801.ebuild
@@ -154,6 +154,10 @@ check_distribution_components() {
docs-llvm-html)
use doc || continue
;;
+ # used only w/ USE=debuginfd
+ llvm-debuginfod)
+ use debuginfod || continue
+ ;;
esac
all_targets+=( "${l}" )