diff options
author | David Heidelberg <david@ixit.cz> | 2019-10-08 21:19:44 +0200 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-11-18 13:53:38 -0700 |
commit | e9dce33c196e3af25686e0a829aa17a0bfe4d303 (patch) | |
tree | 3f394209dbdeea693af932f4ef95a04926ef298b /app-emulation/lxd | |
parent | sys-fs/dislocker: revbump to EAPI 7 & fixed fuse dep (diff) | |
download | gentoo-e9dce33c196e3af25686e0a829aa17a0bfe4d303.tar.gz gentoo-e9dce33c196e3af25686e0a829aa17a0bfe4d303.tar.bz2 gentoo-e9dce33c196e3af25686e0a829aa17a0bfe4d303.zip |
app-emulation/lxd: revbump, fix sys-fs/fuse SLOT
Closes: https://github.com/gentoo/gentoo/pull/13216
Closes: https://bugs.gentoo.org/697010
Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-emulation/lxd')
-rw-r--r-- | app-emulation/lxd/lxd-3.16-r1.ebuild (renamed from app-emulation/lxd/lxd-3.16.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/lxd/lxd-3.16.ebuild b/app-emulation/lxd/lxd-3.16-r1.ebuild index 8c7e5f94a4d8..28b5695b2e9d 100644 --- a/app-emulation/lxd/lxd-3.16.ebuild +++ b/app-emulation/lxd/lxd-3.16-r1.ebuild @@ -11,6 +11,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="+daemon +ipv6 +dnsmasq nls test tools" +RESTRICT="!test? ( test )" inherit autotools bash-completion-r1 linux-info systemd user @@ -45,7 +46,7 @@ RDEPEND=" net-libs/libnsl:0= net-misc/rsync[xattr] sys-apps/iproute2[ipv6?] - sys-fs/fuse + sys-fs/fuse:0= sys-fs/lxcfs sys-fs/squashfs-tools virtual/acl |