diff options
Diffstat (limited to 'dev-util/clazy/clazy-1.11-r4.ebuild')
-rw-r--r-- | dev-util/clazy/clazy-1.11-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/clazy/clazy-1.11-r4.ebuild b/dev-util/clazy/clazy-1.11-r4.ebuild index 472e84d5ffea..6e36617e2a38 100644 --- a/dev-util/clazy/clazy-1.11-r4.ebuild +++ b/dev-util/clazy/clazy-1.11-r4.ebuild @@ -17,7 +17,7 @@ KEYWORDS="amd64 arm64 x86" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="<sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):=" +RDEPEND="<llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):=" DEPEND="${RDEPEND}" BDEPEND="test? ( ${PYTHON_DEPS} )" @@ -28,7 +28,7 @@ PATCHES=( ) llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" && has_version "sys-devel/llvm:${LLVM_SLOT}" + has_version "llvm-core/clang:${LLVM_SLOT}" && has_version "sys-devel/llvm:${LLVM_SLOT}" } pkg_setup() { |