Skip to content

Commit

Permalink
sys-libs/libstatgrab: Bump v.0.92.1+2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed May 6, 2023
1 parent 0fba45f commit e8b323b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/atoms-extra/lxqt/sys-libs/libstatgrab/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ prelude:
emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }} -pv -t && \
{{- end }}
{{- if .Values.use_flags }}
USE="{{ join " " .Values.use_flags }}" emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
USE="{{ join " " .Values.use_flags }}" emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }}
{{- else }}
emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }}
{{- end }}
- export LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages" && export LUET_PORTAGE_IGNORE_TAR_WARNING=1
&& export LUET_PORTAGE_PKGMETA=1 && export LUET_PORTAGE_PKGFILES=1 && eval 'rm -rf
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: libstatgrab
version: 0.92.1+1
version: 0.92.1+2
category: sys-libs
requires:
- name: ncurses
Expand Down

0 comments on commit e8b323b

Please sign in to comment.