diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-11 09:23:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-11 09:23:44 +0200 |
commit | 70176cac2eb5712c840de24a6eafb9d3eab866cc (patch) | |
tree | b39f3e1dc1acbcc4d9ff53c1a2bd79cef422d89a /dev-util/lldb/lldb-10.0.1.ebuild | |
parent | sys-devel/clang: Remove ancient blockers (diff) | |
download | gentoo-70176cac2eb5712c840de24a6eafb9d3eab866cc.tar.gz gentoo-70176cac2eb5712c840de24a6eafb9d3eab866cc.tar.bz2 gentoo-70176cac2eb5712c840de24a6eafb9d3eab866cc.zip |
dev-util/lldb: Remove ancient blockers
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/lldb/lldb-10.0.1.ebuild')
-rw-r--r-- | dev-util/lldb/lldb-10.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/lldb/lldb-10.0.1.ebuild b/dev-util/lldb/lldb-10.0.1.ebuild index 1be0947e1670..7233f5c56bb8 100644 --- a/dev-util/lldb/lldb-10.0.1.ebuild +++ b/dev-util/lldb/lldb-10.0.1.ebuild @@ -30,8 +30,7 @@ RDEPEND=" ${PYTHON_DEPS} ) ~sys-devel/clang-${PV}[xml] - ~sys-devel/llvm-${PV} - !<sys-devel/llvm-4.0" + ~sys-devel/llvm-${PV}" DEPEND="${RDEPEND}" BDEPEND=" python? ( >=dev-lang/swig-3.0.11 ) |