Skip to content

Commit

Permalink
sys-apps/portage: Fix use flags elibc_glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 11, 2023
1 parent 9dddd29 commit c645249
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/atoms/base/sys-apps/portage/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use_flags:
- -apidoc
- -build
- -doc
- -elibc_glibc
- -elibc_musl
- -elibc_uclibc
- -kernel_linux
Expand All @@ -15,6 +14,7 @@ use_flags:
- -rsync-verify
- -selinux
- -test
- elibc_glibc
- python_targets_python3_7
- xattr
requires:
Expand All @@ -33,9 +33,18 @@ requires:
- name: bash
version: '>=0'
category: app-shells
- name: python
version: '>=0'
category: dev-lang-3.7
- name: python-exec
version: '>=0'
category: dev-lang-2
- name: findutils
version: '>=0'
category: sys-apps
- name: sandbox
version: '>=0'
category: sys-apps
- name: tmpfiles
version: '>=0'
category: virtual
Expand Down
1 change: 1 addition & 0 deletions portage-converter/artefacts/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6288,6 +6288,7 @@ artefacts:
- test
enabled:
- ipc
- elibc_glibc
- native-extensions
- python_targets_python3_7
- xattr
Expand Down

0 comments on commit c645249

Please sign in to comment.