commit: 659dc346ebd68da08b7d774d3c1b17c1e12526f9 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri May 15 13:55:27 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri May 15 13:55:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659dc346
sys-fs/lxcfs: temporarily disable keepdir due to weird file collisions Bug: https://bugs.gentoo.org/698722 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-fs/lxcfs/lxcfs-4.0.3.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sys-fs/lxcfs/lxcfs-4.0.3.ebuild b/sys-fs/lxcfs/lxcfs-4.0.3.ebuild index 726fa0659d7..2c44e836a2c 100644 --- a/sys-fs/lxcfs/lxcfs-4.0.3.ebuild +++ b/sys-fs/lxcfs/lxcfs-4.0.3.ebuild @@ -15,10 +15,9 @@ KEYWORDS="~amd64" # Omit all dbus. Upstream appears to require it because systemd, but # lxcfs makes no direct use of dbus. -RDEPEND=" - dev-libs/glib:2 - sys-fs/fuse:0 -" +# acct-group/lxd needed for the fowners below. +RDEPEND="dev-libs/glib:2 + sys-fs/fuse:0" DEPEND="${RDEPEND}" BDEPEND="sys-apps/help2man" @@ -44,7 +43,9 @@ src_test() { src_install() { default - keepdir /var/lib/lxcfs + # Getting weird file collisions, + # keepdir /var/lib/lxcfs + # fowners -R root:lxd /var/lib/lxcfs newconfd "${FILESDIR}"/lxcfs-4.0.0.confd lxcfs newinitd "${FILESDIR}"/lxcfs-4.0.0.initd lxcfs
