Install this version:
emerge -a =sys-fs/jefferson-0.4.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/jefferson-0.4.6
Or alternatively:
emerge --autounmask-write -a =sys-fs/jefferson-0.4.6
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4.6 | 8 | ~amd64 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION=" JFFS2 filesystem extraction tool "
HOMEPAGE="https://github.com/onekey-sec/jefferson"
SRC_URI="https://github.com/onekey-sec/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/cstruct[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/python-lzo[${PYTHON_USEDEP}]
"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jefferson-0.4.6.gh.tar.gz | 9922 bytes | https://github.com/onekey-sec/jefferson/archive/refs/tags/v0.4.6.tar.gz |