Merge pull request #2139 from flatcar-linux/tormath1/gettext

coreos-base/coreos: add sys-devel/gettext
This commit is contained in:
Mathieu Tortuyaux 2022-09-13 18:33:33 +02:00 committed by GitHub
commit 8613492d36
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
- Added back `gettext` to the OS ([Flatcar#849](https://github.com/flatcar-linux/Flatcar/issues/849))

View File

@ -0,0 +1 @@
- gettext ([0.21](https://www.gnu.org/software/gettext/))

View File

@ -78,6 +78,7 @@ RDEPEND="${RDEPEND}
app-emulation/xenstore app-emulation/xenstore
)" )"
# sys-devel/gettext: it embeds 'envsubst' binary which is useful for simple file templating.
RDEPEND="${RDEPEND} RDEPEND="${RDEPEND}
app-admin/etcd-wrapper app-admin/etcd-wrapper
app-admin/flannel-wrapper app-admin/flannel-wrapper
@ -175,6 +176,7 @@ RDEPEND="${RDEPEND}
sys-block/parted sys-block/parted
sys-boot/efibootmgr sys-boot/efibootmgr
sys-cluster/ipvsadm sys-cluster/ipvsadm
sys-devel/gettext
sys-fs/btrfs-progs sys-fs/btrfs-progs
sys-fs/cryptsetup sys-fs/cryptsetup
sys-fs/dosfstools sys-fs/dosfstools