Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/
Date: Thu, 26 Apr 2018 01:36:06
Message-Id: 1524706550.db82572dfe7bb5db111718eeb6fdab95b9daf61a.tamiko@gentoo
1 commit: db82572dfe7bb5db111718eeb6fdab95b9daf61a
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 01:28:45 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 01:35:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db82572d
7
8 app-emulation/lxc: fix QA issues
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 app-emulation/lxc/lxc-3.0.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-emulation/lxc/lxc-3.0.0.ebuild b/app-emulation/lxc/lxc-3.0.0.ebuild
16 index 2b427710f98..c6cd017971c 100644
17 --- a/app-emulation/lxc/lxc-3.0.0.ebuild
18 +++ b/app-emulation/lxc/lxc-3.0.0.ebuild
19 @@ -125,7 +125,7 @@ src_configure() {
20 --enable-doc \
21 $(use_enable examples) \
22 $(use_enable pam) \
23 - $(use_with pam pam-dir $(getpam_mod_dir)) \
24 + $(use_with pam pamdir $(getpam_mod_dir)) \
25 $(use_enable seccomp) \
26 $(use_enable selinux)
27 }
28 @@ -138,6 +138,7 @@ src_install() {
29 ${PN}-{attach,cgroup,copy,console,create,destroy,device,execute,freeze,info,monitor,snapshot,stop,unfreeze,wait}
30
31 keepdir /etc/lxc /var/lib/lxc/rootfs /var/log/lxc
32 + rmdir "${D}"/var/cache/lxc "${D}"/var/cache || die "rmdir failed"
33
34 find "${D}" -name '*.la' -delete