mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-07 02:45:21 +00:00
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
{% import 'pkg/common' as pkg %}
|
|
include:
|
|
- gentoo.portage.packages
|
|
- .glibc
|
|
|
|
dev-libs/nettle:
|
|
pkg.latest:
|
|
- oneshot: True
|
|
- pkgs:
|
|
- {{ pkg.gen_atom('dev-libs/nettle') }}
|
|
- require:
|
|
- file: gentoo.portage.packages
|
|
- pkg: sys-libs/glibc
|