mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
sys-apps/systemd: Add arm64 keywords
Add arm64 keywork and bump systemd-219-r7.ebuild to systemd-219-r8.ebuild. Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
parent
fe2d7eba24
commit
b965582969
@ -9,10 +9,10 @@ CROS_WORKON_REPO="git://github.com"
|
|||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
# Use ~arch instead of empty keywords for compatibility with cros-workon
|
# Use ~arch instead of empty keywords for compatibility with cros-workon
|
||||||
KEYWORDS="~amd64 ~arm ~x86"
|
KEYWORDS="~amd64 ~arm64 ~arm ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="97aee7c7c052214617bfe13390e92e2e9fb256bf"
|
CROS_WORKON_COMMIT="97aee7c7c052214617bfe13390e92e2e9fb256bf"
|
||||||
KEYWORDS="amd64 ~arm ~x86"
|
KEYWORDS="amd64 arm64 ~arm ~x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# cros-workon must be imported first, in cases where cros-workon and
|
# cros-workon must be imported first, in cases where cros-workon and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user