Install this version:
emerge -a =sys-fs/bindfs-1.18.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/bindfs-1.18.4
Or alternatively:
emerge --autounmask-write -a =sys-fs/bindfs-1.18.4
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
HOMEPAGE="https://bindfs.org/"
SRC_URI="https://bindfs.org/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="debug"
RDEPEND=">=sys-fs/fuse-3.10.2:3"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RESTRICT="test"
src_configure() {
econf $(use_enable debug debug-output) --with-fuse3
}
Manage flags for this package:
euse -i <flag> -p sys-fs/bindfs |
euse -E <flag> -p sys-fs/bindfs |
euse -D <flag> -p sys-fs/bindfs
>=sys-fs/fuse-3.10.2:3 virtual/pkgconfig
>=sys-fs/fuse-3.10.2:3
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bindfs-1.18.4.tar.gz | 432774 bytes | https://bindfs.org/downloads/bindfs-1.18.4.tar.gz |