don't list %{ix86} twice

This commit is contained in:
Jens Petersen 2016-10-27 11:39:16 +09:00
parent ebdd0063dd
commit 37e9abdf73
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Requires: redhat-rpm-config
# for ghc_version
Requires: ghc-compiler
%if %{undefined without_hscolour}
%ifarch %{ix86} %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x ppc64le aarch64
%ifarch %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 s390x ppc64le aarch64
Requires: hscolour
%endif
%endif