Skip to content

Commit

Permalink
dev-qt-5/qtwebengine: Bump v.5.15.5+7
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 26, 2023
1 parent 01b9786 commit 0464fe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions packages/atoms/media-gfx/dev-qt-5/qtwebengine/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ env:
- LUET_PORTAGE_PKGFILES=1
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
prelude:
# Need py2.7
# Need py2.7 and ensure to get the downgraded version of harfbuzz
- >-
luet repo update && luet i -y dev-lang-2.7/python && luet cleanup --purge-repos
luet repo update && luet i -y dev-lang-2.7/python &&
luet rm harfbuzz --nodeps &&
luet i harfbuzz --nodeps &&
luet cleanup --purge-repos
- |
eval 'mkdir -p /var/cache/portage/distfiles || true' && \
chown portage:portage -R /var/cache/portage/ && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: qtwebengine
version: 5.15.5+6
version: 5.15.5+7
category: dev-qt-5
use_flags:
- -designer
Expand Down

0 comments on commit 0464fe5

Please sign in to comment.