Install this version:
emerge -a =sys-fs/ntfs2btrfs-20210105
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/ntfs2btrfs-20210105
Or alternatively:
emerge --autounmask-write -a =sys-fs/ntfs2btrfs-20210105
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
CMAKE_MAKEFILE_GENERATOR="emake"
DESCRIPTION="Conversion tool from NTFS to Btrfs"
HOMEPAGE="https://github.com/maharmstone/ntfs2btrfs"
SRC_URI="https://github.com/maharmstone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/libfmt"
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
cmake_src_prepare
}
src_configure() {
cmake_src_configure
}
dev-libs/libfmt
dev-libs/libfmt
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ntfs2btrfs-20210105.tar.gz | 68324 bytes | https://github.com/maharmstone/ntfs2btrfs/archive/20210105.tar.gz |