Skip to content

Commit

Permalink
net-libs/libssh2: Update use flags and specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 14, 2023
1 parent a311825 commit 6ac8845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/atoms-extra/emulation/net-libs/libssh2/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ env:
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
prelude:
- |
eval 'mkdir -p /var/cache/portage/distfiles || true' && \
chown portage:portage -R /var/cache/portage/ && \
{{- if .Values.use_flags }}
USE="{{ join " " .Values.use_flags }}" emerge {{ ( index .Values.labels "emerge.packages" ) }} -pv -t
{{- else }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: libssh2
version: 1.10.0
category: net-libs
use_flags:
- -libressl
- -mbedtls
- gcrypt
- zlib
Expand Down

0 comments on commit 6ac8845

Please sign in to comment.