diff options
Diffstat (limited to 'dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild index bb5bb171612f..3de5c75574a0 100644 --- a/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild @@ -77,7 +77,7 @@ BDEPEND="${PYTHON_DEPS} llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} clang? ( - sys-devel/lld:${LLVM_SLOT} + llvm-core/lld:${LLVM_SLOT} ) ') virtual/pkgconfig @@ -105,8 +105,8 @@ llvm_check_deps() { fi if use lto ; then - if ! has_version -b "sys-devel/lld:${LLVM_SLOT}" ; then - einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/lld:${LLVM_SLOT}" ; then + einfo "llvm-core/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi fi |