From db82572dfe7bb5db111718eeb6fdab95b9daf61a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 25 Apr 2018 20:28:45 -0500 Subject: [PATCH] app-emulation/lxc: fix QA issues Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- app-emulation/lxc/lxc-3.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/lxc/lxc-3.0.0.ebuild b/app-emulation/lxc/lxc-3.0.0.ebuild index 2b427710f986..c6cd017971c9 100644 --- a/app-emulation/lxc/lxc-3.0.0.ebuild +++ b/app-emulation/lxc/lxc-3.0.0.ebuild @@ -125,7 +125,7 @@ src_configure() { --enable-doc \ $(use_enable examples) \ $(use_enable pam) \ - $(use_with pam pam-dir $(getpam_mod_dir)) \ + $(use_with pam pamdir $(getpam_mod_dir)) \ $(use_enable seccomp) \ $(use_enable selinux) } @@ -138,6 +138,7 @@ src_install() { ${PN}-{attach,cgroup,copy,console,create,destroy,device,execute,freeze,info,monitor,snapshot,stop,unfreeze,wait} keepdir /etc/lxc /var/lib/lxc/rootfs /var/log/lxc + rmdir "${D}"/var/cache/lxc "${D}"/var/cache || die "rmdir failed" find "${D}" -name '*.la' -delete -- 2.26.2