From 7f4edbcf659e1b77a43578752156097a49952637 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 14 Jun 2019 11:06:41 +0100 Subject: [PATCH] Correct typo: $ -> % --- states/portage/files/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/portage/files/make.conf b/states/portage/files/make.conf index 270ffc8..4b0187d 100644 --- a/states/portage/files/make.conf +++ b/states/portage/files/make.conf @@ -1,6 +1,6 @@ {% if grains['host'] in useflags %} {% set use = useflags[grains['host']] %} -{% else $} +{% else %} {% set use = "" %} {% endif %} # These settings were set by the catalyst build script that automatically -- 2.45.2