From 55708fa5a0be1e03f5cf4c29242a8cafb17c8f8b Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 6 Mar 2022 18:46:19 +0100 Subject: [PATCH] sshfs_fuse, disable secondary architecture on 32bit (#6697) --- sys-fs/ssh-fuse/sshfs_fuse-2.9.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/ssh-fuse/sshfs_fuse-2.9.recipe b/sys-fs/ssh-fuse/sshfs_fuse-2.9.recipe index 8c51c44e2..fb4059041 100644 --- a/sys-fs/ssh-fuse/sshfs_fuse-2.9.recipe +++ b/sys-fs/ssh-fuse/sshfs_fuse-2.9.recipe @@ -22,7 +22,7 @@ SOURCE_DIR="sshfs-sshfs-$portVersion" PATCHES="sshfs-$portVersion.patch" ARCHITECTURES="all" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" +SECONDARY_ARCHITECTURES="x86_gcc2 !x86" PROVIDES=" sshfs_fuse$secondaryArchSuffix = $portVersion