Diff libvirt-9.3.0 with a libvirt-9.4.0-r3
/usr/portage/app-emulation/libvirt/libvirt-9.4.0-r3.ebuild 2023-10-09 14:52:28.728368331 +0300 | ||
---|---|---|
107 | 107 |
) |
108 | 108 |
qemu? ( |
109 | 109 |
>=app-emulation/qemu-4.2 |
110 |
app-crypt/swtpm |
|
110 | 111 |
>=dev-libs/yajl-2.0.3:= |
111 | 112 |
) |
112 | 113 |
rbd? ( sys-cluster/ceph ) |
... | ... | |
142 | 143 |
" |
143 | 144 | |
144 | 145 |
PATCHES=( |
145 |
"${FILESDIR}"/${PN}-6.0.0-fix_paths_in_libvirt-guests_sh.patch |
|
146 |
"${FILESDIR}"/${PN}-8.2.0-do-not-use-sysconfig.patch |
|
147 |
"${FILESDIR}"/${PN}-8.2.0-fix-paths-for-apparmor.patch |
|
146 |
"${FILESDIR}"/${PN}-9.4.0-fix_paths_in_libvirt-guests_sh.patch |
|
147 |
"${FILESDIR}"/${PN}-9.4.0-do-not-use-sysconfig.patch |
|
148 |
"${FILESDIR}"/${PN}-9.4.0-fix-paths-for-apparmor.patch |
|
148 | 149 |
) |
149 | 150 | |
150 | 151 |
pkg_setup() { |
... | ... | |
302 | 303 |
-Ddriver_vmware=enabled |
303 | 304 | |
304 | 305 |
--localstatedir="${EPREFIX}/var" |
306 |
-Dinitconfdir="${EPREFIX}/etc/systemd" |
|
305 | 307 |
-Drunstatedir="${EPREFIX}/run" |
306 | 308 |
-Ddocdir="${EPREFIX}/usr/share/doc/${PF}" |
307 | 309 |
) |