diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-21 19:52:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-22 05:22:51 +0100 |
commit | bed0c118ab4796dca18f3be48b78f3c1708dd34a (patch) | |
tree | 967436b5408ad2aeedd1cb1185f86bfa57320755 /sys-devel | |
parent | sys-auth/libfprint: add 1.94.7, drop 1.94.6 (diff) | |
download | gentoo-bed0c118ab4796dca18f3be48b78f3c1708dd34a.tar.gz gentoo-bed0c118ab4796dca18f3be48b78f3c1708dd34a.tar.bz2 gentoo-bed0c118ab4796dca18f3be48b78f3c1708dd34a.zip |
sys-devel/clang: Add sys-devel/lld test dep
Add sys-devel/lld as a test dependency, to ensure more consistent test
runs.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-19.0.0.9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/clang/clang-19.0.0.9999.ebuild b/sys-devel/clang/clang-19.0.0.9999.ebuild index 189ad24d33b1..79df96923121 100644 --- a/sys-devel/clang/clang-19.0.0.9999.ebuild +++ b/sys-devel/clang/clang-19.0.0.9999.ebuild @@ -33,6 +33,7 @@ RDEPEND=" " BDEPEND=" ${PYTHON_DEPS} + test? ( ~sys-devel/lld-${PV} ) xml? ( virtual/pkgconfig ) " PDEPEND=" |