From 4b3dceafe0cc3918b9f6aeea6ba55bfbf120d822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iago=20L=C3=B3pez=20Galeiras?= Date: Thu, 1 Feb 2018 11:49:52 +0100 Subject: [PATCH] app-emulation/rkt: update systemd required for host stage1 As it is now it doesn't build because we ship systemd 236. Update the version needed to >= 220, which is what rkt needs [[1]]. [1]: https://github.com/rkt/rkt/blob/v1.29.0/stage1/init/init.go#L417 --- .../coreos-overlay/app-emulation/rkt/rkt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild index 64495549e4..002217f920 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/rkt/rkt-9999.ebuild @@ -55,7 +55,7 @@ DEPEND="app-arch/cpio ${COMMON_DEPEND}" RDEPEND="!app-emulation/rocket rkt_stage1_host? ( - ~sys-apps/systemd-222 + >=sys-apps/systemd-220 app-shells/bash ) ${COMMON_DEPEND}"