Install this version:
emerge -a =sys-fs/vmfs-tools-0.2.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/vmfs-tools-0.2.5
Or alternatively:
emerge --autounmask-write -a =sys-fs/vmfs-tools-0.2.5
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Tools for vmfs"
HOMEPAGE="http://glandium.org/projects/vmfs-tools/"
SRC_URI="http://glandium.org/projects/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+fuse"
RDEPEND="sys-apps/util-linux
fuse? ( sys-fs/fuse )"
DEPEND="${RDEPEND}
app-text/asciidoc
app-text/docbook-xsl-stylesheets
dev-libs/libxslt"
src_prepare() {
epatch "${FILESDIR}"/${P}-buildsystem.patch
tc-export CC AR RANLIB
export NO_STRIP=1
export WANT_FUSE=$(usex fuse 1 "")
}
Manage flags for this package:
euse -i <flag> -p sys-fs/vmfs-tools |
euse -E <flag> -p sys-fs/vmfs-tools |
euse -D <flag> -p sys-fs/vmfs-tools
sys-apps/util-linux fuse? ( sys-fs/fuse ) app-text/asciidoc app-text/docbook-xsl-stylesheets dev-libs/libxslt
sys-apps/util-linux fuse? ( sys-fs/fuse )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vmfs-tools-0.2.5.tar.gz | 77095 bytes | http://glandium.org/projects/vmfs-tools/vmfs-tools-0.2.5.tar.gz |