commit: 97acc1924aeab37ac145082102cc83eacc76d6b1 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Nov 1 12:17:24 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Nov 1 12:19:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97acc192
app-containers/lxc: define and fix --localstatedir Closes: https://bugs.gentoo.org/878603 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-containers/lxc/{lxc-5.0.1-r1.ebuild => lxc-5.0.1-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-containers/lxc/lxc-5.0.1-r1.ebuild b/app-containers/lxc/lxc-5.0.1-r2.ebuild similarity index 99% rename from app-containers/lxc/lxc-5.0.1-r1.ebuild rename to app-containers/lxc/lxc-5.0.1-r2.ebuild index f4714bf4705c..4f9e7b7de868 100644 --- a/app-containers/lxc/lxc-5.0.1-r1.ebuild +++ b/app-containers/lxc/lxc-5.0.1-r2.ebuild @@ -76,6 +76,8 @@ pkg_setup() { src_configure() { local emesonargs=( + --localstatedir "${EPREFIX}/var" + -Dcoverity-build=false -Doss-fuzz=false
