]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- build ppc only if userspace is wanted
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 29 Jan 2008 09:38:09 +0000 (09:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.85.2.28

qemu.spec

index f3b9448162736017c068aaba337656f8e270a4fa..89ac8dc467d68f863497c0a4d309ced2cd9af55c 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -79,7 +79,7 @@ BuildRequires:        sed >= 4.0
 %endif
 Requires:      SDL >= 1.2.1
 # sparc is currently unsupported (missing cpu_get_real_ticks() impl in vl.c)
-ExclusiveArch: %{ix86} %{x8664} %{!?with_kqemu:ppc}
+ExclusiveArch: %{ix86} %{x8664} %{?with_userspace:ppc}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # some SPARC boot image in ELF format
This page took 0.061654 seconds and 4 git commands to generate.