diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-05-15 16:55:27 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-15 16:55:43 +0300 |
commit | 659dc346ebd68da08b7d774d3c1b17c1e12526f9 (patch) | |
tree | bd3244678da6319fd68daa094b3153654a8c7d09 /sys-fs/lxcfs | |
parent | sys-fs/cryptsetup: x86 stable wrt bug #723234 (diff) | |
download | gentoo-659dc346ebd68da08b7d774d3c1b17c1e12526f9.tar.gz gentoo-659dc346ebd68da08b7d774d3c1b17c1e12526f9.tar.bz2 gentoo-659dc346ebd68da08b7d774d3c1b17c1e12526f9.zip |
sys-fs/lxcfs: temporarily disable keepdir due to weird file collisions
Bug: https://bugs.gentoo.org/698722
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/lxcfs')
-rw-r--r-- | sys-fs/lxcfs/lxcfs-4.0.3.ebuild | 11 |
1 files 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 726fa0659d7c..2c44e836a2c6 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 |