mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 16:41:11 +02:00
coreos-base/coreos: Switch to app-alternatives/awk
We explicitly install gawk but our profile explicitly forces the gawk useflag for app-alternatives/awk. Some packages, like zfs, depend on app-alternatives/awk and it also installs the awk -> gawk that the gawk ebuild creates through pkg_postinst. So switch to app-alternatives/awk to make the implementation cleaner. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
a134b02a48
commit
1b4ca8ac27
@ -88,6 +88,7 @@ RDEPEND="${RDEPEND}
|
|||||||
app-admin/sdnotify-proxy
|
app-admin/sdnotify-proxy
|
||||||
app-admin/sudo
|
app-admin/sudo
|
||||||
app-admin/toolbox
|
app-admin/toolbox
|
||||||
|
app-alternatives/awk
|
||||||
app-arch/gzip
|
app-arch/gzip
|
||||||
app-arch/bzip2
|
app-arch/bzip2
|
||||||
app-arch/lbzip2
|
app-arch/lbzip2
|
||||||
@ -157,7 +158,6 @@ RDEPEND="${RDEPEND}
|
|||||||
sys-apps/diffutils
|
sys-apps/diffutils
|
||||||
sys-apps/ethtool
|
sys-apps/ethtool
|
||||||
sys-apps/findutils
|
sys-apps/findutils
|
||||||
sys-apps/gawk
|
|
||||||
sys-apps/gptfdisk
|
sys-apps/gptfdisk
|
||||||
sys-apps/grep
|
sys-apps/grep
|
||||||
sys-apps/ignition
|
sys-apps/ignition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user