Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 659122 Details for
Bug 740890
=dev-lang/spidermonkey-78.2.0 - missing dependecy on llvm-objdump?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
reduced patch
spidermonkey-78-use-llvm-not-clang.patch (text/plain), 826 bytes, created by
tt_1
on 2020-09-08 09:22:32 UTC
(
hide
)
Description:
reduced patch
Filename:
MIME Type:
Creator:
tt_1
Created:
2020-09-08 09:22:32 UTC
Size:
826 bytes
patch
obsolete
>diff --git a/spidermonkey-78.2.0.ebuild b/spidermonkey-78.2.0.ebuild >index 20632cb..7cb2256 100644 >--- a/spidermonkey-78.2.0.ebuild >+++ b/spidermonkey-78.2.0.ebuild >@@ -60,8 +60,8 @@ IUSE="debug +jit test" > RESTRICT="!test? ( test )" > > BDEPEND="${PYTHON_DEPS} >- sys-devel/clang >- >=virtual/rust-1.43.0 >+ sys-devel/llvm >+ >=virtual/rust-1.41.0 > virtual/pkgconfig" > > CDEPEND=">=dev-libs/icu-67.1:= >@@ -79,8 +79,8 @@ RDEPEND="${CDEPEND}" > S="${WORKDIR}/firefox-${MY_PV}/js/src" > > llvm_check_deps() { >- if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then >- ewarn "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 >+ if ! has_version -b "sys-devel/llvm:${LLVM_SLOT}" ; then >+ ewarn "sys-devel/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 > return 1 > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 740890
: 659122 |
659124