From dfa010d66dbb86e1bd9097e1fdf1f331db6a1f11 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 14 Jun 2019 11:05:42 +0100 Subject: [PATCH] Support not having host specific use flags --- states/portage/files/make.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/states/portage/files/make.conf b/states/portage/files/make.conf index 6b9e404..270ffc8 100644 --- a/states/portage/files/make.conf +++ b/states/portage/files/make.conf @@ -1,5 +1,7 @@ {% if grains['host'] in useflags %} {% set use = useflags[grains['host']] %} +{% else $} +{% set use = "" %} {% endif %} # These settings were set by the catalyst build script that automatically # built this stage. -- 2.45.2