]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Support not having host specific use flags
authorMaximilian Friedersdorff <max@friedersdorff.com>
Fri, 14 Jun 2019 10:05:42 +0000 (11:05 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Fri, 14 Jun 2019 10:05:42 +0000 (11:05 +0100)
states/portage/files/make.conf

index 6b9e404e734616e38146b4a6c9a5857d6b612fd7..270ffc84536cd7867f40be6d1ef72721e10059b1 100644 (file)
@@ -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.