From 2060c2e161e86f8b3fd49fc8402d4e16d8393411 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sun, 14 Jul 2013 02:23:35 -0400 Subject: [PATCH] fix(profiles): Add xz-utils to the system package set. It is included in system in upstream Gentoo so we should too, otherwise there is a chance builds will fail if xz isn't installed early enough. --- .../src/third_party/coreos-overlay/profiles/base/packages | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/base/packages b/sdk_container/src/third_party/coreos-overlay/profiles/base/packages index c084acd8eb..ed51b0cc64 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/base/packages +++ b/sdk_container/src/third_party/coreos-overlay/profiles/base/packages @@ -29,6 +29,7 @@ *app-arch/cpio *app-arch/gzip *app-arch/tar +*app-arch/xz-utils *app-shells/bash #*dev-lang/perl #*dev-lang/python