summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-25 11:42:18 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-25 16:16:22 +0200
commite35fc3ce09844c02d6dbd9e3a573087ca57b888c (patch)
tree2aaf844f132b3c27305444f48e79b3421e6bb2c4 /sys-devel
parentsys-kernel/gentoo-sources: drop 5.15.42 (diff)
downloadgentoo-e35fc3ce09844c02d6dbd9e3a573087ca57b888c.tar.gz
gentoo-e35fc3ce09844c02d6dbd9e3a573087ca57b888c.tar.bz2
gentoo-e35fc3ce09844c02d6dbd9e3a573087ca57b888c.zip
sys-devel/llvm: Add missing test dep on sys-apps/which (sic!)
(already removed from main branch) Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm/llvm-13.0.1.ebuild3
-rw-r--r--sys-devel/llvm/llvm-14.0.3.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys-devel/llvm/llvm-13.0.1.ebuild b/sys-devel/llvm/llvm-13.0.1.ebuild
index a11941642024..904a60b5e8e7 100644
--- a/sys-devel/llvm/llvm-13.0.1.ebuild
+++ b/sys-devel/llvm/llvm-13.0.1.ebuild
@@ -47,6 +47,9 @@ BDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
') )
libffi? ( virtual/pkgconfig )
+ test? (
+ sys-apps/which
+ )
${PYTHON_DEPS}"
# There are no file collisions between these versions but having :0
# installed means llvm-config there will take precedence.
diff --git a/sys-devel/llvm/llvm-14.0.3.ebuild b/sys-devel/llvm/llvm-14.0.3.ebuild
index 360436b21ec4..f99e2aa54b75 100644
--- a/sys-devel/llvm/llvm-14.0.3.ebuild
+++ b/sys-devel/llvm/llvm-14.0.3.ebuild
@@ -51,6 +51,9 @@ BDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
') )
libffi? ( virtual/pkgconfig )
+ test? (
+ sys-apps/which
+ )
"
# There are no file collisions between these versions but having :0
# installed means llvm-config there will take precedence.