diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-25 11:42:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-25 16:16:22 +0200 |
commit | e35fc3ce09844c02d6dbd9e3a573087ca57b888c (patch) | |
tree | 2aaf844f132b3c27305444f48e79b3421e6bb2c4 /sys-devel/llvm | |
parent | sys-kernel/gentoo-sources: drop 5.15.42 (diff) | |
download | gentoo-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/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-13.0.1.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-14.0.3.ebuild | 3 |
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. |