app-emulation/libvirt-9999: Override localstatedir

In a9084be3e0 I've moved libvirt
from autotools to meson and as a part of that I've made the
ebuild to rely on meson.eclass providing the correct
localstatedir. Well, it doesn't. The eclass defaults to
"/var/lib" while we really want just "/var".

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Michal Privoznik
2020-08-17 11:59:51 +02:00
committed by Sergei Trofimovich
parent b0d65dcdbc
commit 87b491c12c

View File

@@ -273,7 +273,8 @@ src_configure() {
-Dstorage_fs=enabled
-Ddriver_vmware=enabled
-Drunstatedir=/run
--localstatedir="${EPREFIX}/var"
-Drunstatedir="${EPREFIX}/run"
)
meson_src_configure