24 lines
655 B
Plaintext
24 lines
655 B
Plaintext
|
multilib_blacklist = {
|
||
|
'*': [
|
||
|
"gcc-toolset-10-dyninst-devel",
|
||
|
"gcc-toolset-10-systemtap-devel",
|
||
|
"gcc-toolset-10-systemtap-sdt-devel",
|
||
|
"ocaml-camlp4",
|
||
|
"ocaml-camlp4-devel",
|
||
|
"ocaml-extlib-devel",
|
||
|
"ocaml-findlib-devel",
|
||
|
"ocaml-labltk",
|
||
|
"ocaml-labltk-devel",
|
||
|
"ocaml-ocamlbuild",
|
||
|
"ocaml-ocamlbuild-devel",
|
||
|
"libvirt-glib",
|
||
|
"sblim-gather",
|
||
|
],
|
||
|
}
|
||
|
|
||
|
multilib_whitelist = {}
|
||
|
multilib = [
|
||
|
('^.*$', {
|
||
|
'x86_64': ['devel', 'runtime']
|
||
|
}),
|
||
|
]
|