From 6895b857157b442a10d5a3f91577416bf0e099b0742e1099a65b447df31436ab Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Mon, 19 Mar 2018 12:52:19 +0000 Subject: [PATCH] Fix syntax error. Trailing comments do not work. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=507 --- llvm.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 7302972..283f9cb 100644 --- a/llvm.spec +++ b/llvm.spec @@ -18,7 +18,8 @@ %ifarch x86_64 %define has_lldb 1 -%if 0%{?suse_version} > 1320 # python3-lldb%{_sonum} is only built with these distributions (see llvm%{_sonum} package) +# python3-lldb%{_sonum} is only built with these distributions (see llvm%{_sonum} package) +%if 0%{?suse_version} > 1320 %define has_lldb_python 1 %endif %endif