app-emulation/libvirt: Require fuse with a proper slot
authorMartin Kletzander <nert.pinx@gmail.com>
Mon, 13 Apr 2020 14:42:04 +0000 (16:42 +0200)
committerMatthias Maier <tamiko@gentoo.org>
Wed, 15 Apr 2020 18:19:21 +0000 (13:19 -0500)
The only supported versions are pre-fuse3 (just like in other packages),
building with only fuse:3 installed would not work without this change.  It was
fixed for 6.0.0 in commit f94f3f25cefc, not dissimilar to this one.  The version
is removed because older versions are not part of the repository any more.

Closes: https://github.com/gentoo/gentoo/pull/15332
Signed-off-by: Martin Kletzander <nert.pinx@gmail.com>
Package-Manager: Portage-2.3.89, Repoman-2.3.22
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/libvirt/libvirt-6.1.0-r1.ebuild
app-emulation/libvirt/libvirt-6.2.0-r2.ebuild
app-emulation/libvirt/libvirt-9999.ebuild

index a387149a36415fa6bd057d8072fb4ff511873e6a..305df5436e36842a1a04f04fa1c46b3c4c4e1745 100644 (file)
@@ -71,7 +71,7 @@ RDEPEND="
        dbus? ( sys-apps/dbus )
        dtrace? ( dev-util/systemtap )
        firewalld? ( >=net-firewall/firewalld-0.6.3 )
-       fuse? ( >=sys-fs/fuse-2.8.6:= )
+       fuse? ( sys-fs/fuse:0= )
        glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
        iscsi? ( sys-block/open-iscsi )
        iscsi-direct? ( >=net-libs/libiscsi-1.18.0 )
index 8079bd8549bb21bc11b833f84df833319e8a7e1d..422f22851ddfdc85041bebf4a4c976fc1b973f07 100644 (file)
@@ -71,7 +71,7 @@ RDEPEND="
        dbus? ( sys-apps/dbus )
        dtrace? ( dev-util/systemtap )
        firewalld? ( >=net-firewall/firewalld-0.6.3 )
-       fuse? ( >=sys-fs/fuse-2.8.6:= )
+       fuse? ( sys-fs/fuse:0= )
        glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
        iscsi? ( sys-block/open-iscsi )
        iscsi-direct? ( >=net-libs/libiscsi-1.18.0 )
index 0f0e3da1713f9dd809211b1253ef97b370080991..a761557096f1724564993ed5d08a6bd91cc59792 100644 (file)
@@ -71,7 +71,7 @@ RDEPEND="
        dbus? ( sys-apps/dbus )
        dtrace? ( dev-util/systemtap )
        firewalld? ( >=net-firewall/firewalld-0.6.3 )
-       fuse? ( >=sys-fs/fuse-2.8.6:= )
+       fuse? ( sys-fs/fuse:0= )
        glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
        iscsi? ( sys-block/open-iscsi )
        iscsi-direct? ( >=net-libs/libiscsi-1.18.0 )