Install this version:
emerge -a =sys-fs/ssdfs-tools-4.56
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/ssdfs-tools-4.56
Or alternatively:
emerge --autounmask-write -a =sys-fs/ssdfs-tools-4.56
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.56 | 8 | ~amd64 | 0 |
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="userspace tools for SSDFS"
HOMEPAGE="https://github.com/dubeyko/ssdfs-tools"
SRC_URI="https://github.com/dubeyko/ssdfs-tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/dubeyko/ssdfs-tools.git"
fi
inherit autotools
LICENSE="BSD"
SLOT="0"
RDEPEND="
sys-apps/util-linux
virtual/zlib
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare(){
eapply_user
eautoreconf
}
sys-apps/util-linux virtual/zlib
sys-apps/util-linux virtual/zlib
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ssdfs-tools-4.56.tar.gz | 171842 bytes | https://github.com/dubeyko/ssdfs-tools/archive/refs/tags/v4.56.tar.gz |