Skip to content

Commit

Permalink
sys-apps/kmod: Bump v.29+4
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Mar 30, 2023
1 parent 71d0db2 commit e6eba3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
29 changes: 15 additions & 14 deletions packages/atoms/base/sys-apps/kmod/build.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
env:
- JOBS={{ ( index .Values.labels "jobs" ) | default "3" }}
- LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages"
- LUET_PORTAGE_IGNORE_TAR_WARNING=1
- LUET_PORTAGE_PKGMETA=1
- LUET_PORTAGE_PKGFILES=1
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
- JOBS={{ ( index .Values.labels "jobs" ) | default "3" }}
- LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages"
- LUET_PORTAGE_IGNORE_TAR_WARNING=1
- LUET_PORTAGE_PKGMETA=1
- LUET_PORTAGE_PKGFILES=1
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
prelude:
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage --dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
package_dir: /pkgdir/{{ .Values.name }}
requires:
- name: funtoo-base
version: '>=0'
category: seed
excludes:
- ^/var/cache/portage/
- ^/var/git/
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: funtoo-base
version: '>=0'
category: seed
7 changes: 2 additions & 5 deletions packages/atoms/base/sys-apps/kmod/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kmod
version: 29+3
version: 29+4
category: sys-apps
use_flags:
- -doc
Expand All @@ -22,9 +22,6 @@ requires:
- name: python-exec
version: '>=0'
category: dev-lang-2
- name: openssl
version: '>=0'
category: dev-libs
annotations:
subsets:
rules:
Expand Down Expand Up @@ -60,4 +57,4 @@ labels:
kit: core-kit
original.package.name: sys-apps/kmod
original.package.slot: "0"
original.package.version: 29-r1
original.package.version: 29-r2

0 comments on commit e6eba3b

Please sign in to comment.