blob: be12c14d87a3d740f98d08b58f1f941c70131a41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
qemu-accel
targettype aarch64 block!
targettype armv7l block!
targettype armv7hl block!
targettype riscv64 block!
targettype 32bit block!
autoreqprov off
+/
requires "gcc"
config -/pkg-config$
post "#PLUGIN_POSTIN#"
postun "#PLUGIN_POSTUN#"
python-accel
targettype aarch64 block!
targettype armv7l block!
targettype armv7hl block!
targettype riscv64 block!
targettype 32bit block!
autoreqprov off
+/
post "#PYTHON_POSTIN#"
clang-accel
targettype aarch64 block!
targettype armv7l block!
targettype armv7hl block!
targettype riscv64 block!
targettype 32bit block!
autoreqprov off
+/
post "#CLANG_POSTIN#"
|