Skip to content

Commit

Permalink
dev-lang-78/spidermonkey: Bump v.78.15.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Aug 20, 2023
1 parent 6200bbb commit 6152c2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/atoms/base-gtk/dev-lang-78/spidermonkey/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
prelude:
# Temporary patch the ebuild to using LLVM 13
- >-
sed -e 's|^LLVM_MAX_SLOT=.|LLVM_MAX_SLOT=13|g'
-e 's|sys-devel/llvm:12|sys-devel/llvm:13|g'
-e 's|sys-devel/clang:12|sys-devel/clang:13|g' -i
/var/git/meta-repo/kits/browser-kit/dev-lang/spidermonkey/spidermonkey-78.15.0-r1.ebuild
- |-
export FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox" && \
export JOBS={{ ( index .Values.labels "jobs" ) | default "3" }} && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: spidermonkey
version: 78.15.0
version: 78.15.0+1
category: dev-lang-78
use_flags:
- -clang
Expand Down

0 comments on commit 6152c2c

Please sign in to comment.