From 043a55d4665d429baea6f05d2d94ccefaacb09d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Mon, 16 Sep 2019 19:45:30 +0200 Subject: [PATCH] Use mantle/ignition versions which have the opt/org.flatcar-linux Ignition var --- coreos-devel/mantle/mantle-9999.ebuild | 2 +- sys-apps/ignition/ignition-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coreos-devel/mantle/mantle-9999.ebuild b/coreos-devel/mantle/mantle-9999.ebuild index 3cba2616a86..483b79d90c7 100644 --- a/coreos-devel/mantle/mantle-9999.ebuild +++ b/coreos-devel/mantle/mantle-9999.ebuild @@ -11,7 +11,7 @@ if [[ "${PV}" == 9999 ]]; then COREOS_GO_MOD="vendor" KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="e7983fc86fae0b77e24611c6f96da3765dc81d1d" # v0.12.0 + CROS_WORKON_COMMIT="54ee38b425c6f493232cc75be003bbee50148504" # v0.13.0+54ee38b KEYWORDS="amd64 arm64" fi diff --git a/sys-apps/ignition/ignition-9999.ebuild b/sys-apps/ignition/ignition-9999.ebuild index 0abbbf5d36d..1d8b4e0fbed 100644 --- a/sys-apps/ignition/ignition-9999.ebuild +++ b/sys-apps/ignition/ignition-9999.ebuild @@ -11,7 +11,7 @@ inherit coreos-go cros-workon systemd udev if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="c65e95cdaecd7268e1d345c804557a1990a66314" # tag v0.33.0 + CROS_WORKON_COMMIT="35ef4dca3f42cba579bae067f83fe43905c061b3" # tag v0.28.0 flatcar-master KEYWORDS="amd64 arm64" fi