commit: e35fc3ce09844c02d6dbd9e3a573087ca57b888c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 09:42:18 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 25 14:16:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35fc3ce
sys-devel/llvm: Add missing test dep on sys-apps/which (sic!)
(already removed from main branch)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/llvm/llvm-13.0.1.ebuild | 3 +++
sys-devel/llvm/llvm-14.0.3.ebuild | 3 +++
2 files changed, 6 insertions(+)
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.