Install this version:
emerge -a =app-arch/jefferson-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/jefferson-9999
Or alternatively:
emerge --autounmask-write -a =app-arch/jefferson-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
PYTHON_COMPAT=( python3_{12..15} )
DISTUTILS_USE_PEP517="setuptools"
inherit git-r3 distutils-r1
DESCRIPTION="JFFS2 filesystem extraction tool"
HOMEPAGE="https://github.com/sviehb/jefferson"
EGIT_REPO_URI="https://github.com/sviehb/jefferson"
LICENSE="MIT"
SLOT="0"
DEPEND="dev-python/cstruct"
RDEPEND="${DEPEND}"