Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/lxc/
Date: Tue, 01 Nov 2022 12:19:24
Message-Id: 1667305157.97acc1924aeab37ac145082102cc83eacc76d6b1.juippis@gentoo
1 commit: 97acc1924aeab37ac145082102cc83eacc76d6b1
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 12:17:24 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 12:19:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97acc192
7
8 app-containers/lxc: define and fix --localstatedir
9
10 Closes: https://bugs.gentoo.org/878603
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 app-containers/lxc/{lxc-5.0.1-r1.ebuild => lxc-5.0.1-r2.ebuild} | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/app-containers/lxc/lxc-5.0.1-r1.ebuild b/app-containers/lxc/lxc-5.0.1-r2.ebuild
17 similarity index 99%
18 rename from app-containers/lxc/lxc-5.0.1-r1.ebuild
19 rename to app-containers/lxc/lxc-5.0.1-r2.ebuild
20 index f4714bf4705c..4f9e7b7de868 100644
21 --- a/app-containers/lxc/lxc-5.0.1-r1.ebuild
22 +++ b/app-containers/lxc/lxc-5.0.1-r2.ebuild
23 @@ -76,6 +76,8 @@ pkg_setup() {
24
25 src_configure() {
26 local emesonargs=(
27 + --localstatedir "${EPREFIX}/var"
28 +
29 -Dcoverity-build=false
30 -Doss-fuzz=false