From: Maximilian Friedersdorff Date: Fri, 14 Jun 2019 10:05:42 +0000 (+0100) Subject: Support not having host specific use flags X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=dfa010d66dbb86e1bd9097e1fdf1f331db6a1f11;hp=76db73945e12f8d23e0b6164b30a72232e75924c;p=max%2Fsaltfiles.git Support not having host specific use flags --- 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.