coreos/base/package.accept_keywords: sort alphabetically

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
Thilo Fromm 2023-10-26 16:24:50 +02:00
parent 10b27ce94e
commit 47a74ba059

View File

@ -4,6 +4,15 @@
#
# Keywords for all packages used by Flatcar.
# Gentoo upstream package stabilisation
# (the following packages are "unstable" upstream; we're stabilising these)
=app-containers/containerd-1.7.7 ~amd64 ~arm64 # NOTE this doesn't even exist upstream; Gentoo is on 1.7.6.
=app-containers/cri-tools-1.27.0 ~amd64 ~arm64
=app-containers/docker-24.0.6 ~amd64 ~arm64
=app-containers/docker-cli-24.0.6 ~amd64 ~arm64
=app-containers/runc-1.1.9 ~amd64 ~arm64
# Seems to be the only available ebuild in portage-stable right now.
=app-crypt/adcli-0.9.2 ~amd64 ~arm64
@ -96,13 +105,3 @@
# Accept unstable host Rust compilers.
=virtual/rust-1.73.0 ~amd64 ~arm64
# Gentoo upstream package stabilisation
# (the following packages are "unstable" upstream; we're stabilising these)
=app-containers/containerd-1.7.7 ~amd64 ~arm64 # NOTE this doesn't even exist upstream; Gentoo is on 1.7.6.
=app-containers/cri-tools-1.27.0 ~amd64 ~arm64
=app-containers/docker-24.0.6 ~amd64 ~arm64
=app-containers/docker-cli-24.0.6 ~amd64 ~arm64
=app-containers/runc-1.1.9 ~amd64 ~arm64