mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
Merge pull request #2139 from flatcar-linux/tormath1/gettext
coreos-base/coreos: add sys-devel/gettext
This commit is contained in:
commit
8613492d36
1
sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-09-13-gettext.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/bugfixes/2022-09-13-gettext.md
vendored
Normal file
@ -0,0 +1 @@
|
||||
- Added back `gettext` to the OS ([Flatcar#849](https://github.com/flatcar-linux/Flatcar/issues/849))
|
1
sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-09-13-gettext.md
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-09-13-gettext.md
vendored
Normal file
@ -0,0 +1 @@
|
||||
- gettext ([0.21](https://www.gnu.org/software/gettext/))
|
@ -78,6 +78,7 @@ RDEPEND="${RDEPEND}
|
||||
app-emulation/xenstore
|
||||
)"
|
||||
|
||||
# sys-devel/gettext: it embeds 'envsubst' binary which is useful for simple file templating.
|
||||
RDEPEND="${RDEPEND}
|
||||
app-admin/etcd-wrapper
|
||||
app-admin/flannel-wrapper
|
||||
@ -175,6 +176,7 @@ RDEPEND="${RDEPEND}
|
||||
sys-block/parted
|
||||
sys-boot/efibootmgr
|
||||
sys-cluster/ipvsadm
|
||||
sys-devel/gettext
|
||||
sys-fs/btrfs-progs
|
||||
sys-fs/cryptsetup
|
||||
sys-fs/dosfstools
|
||||
|
Loading…
Reference in New Issue
Block a user