Install this version:
emerge -a =app-arch/amitools-0.8.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-arch/amitools-0.8.1
Or alternatively:
emerge --autounmask-write -a =app-arch/amitools-0.8.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.8.1 | 8 | ~amd64 | 0 |
# Copyright 2026 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1 # cython
inherit distutils-r1 pypi
DESCRIPTION="Various tools for using AmigaOS programs on other platforms"
HOMEPAGE="https://github.com/cnvogelg/amitools"
#SRC_URI="https://github.com/cnvogelg/amitools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
# for vamos it needs machine68k + greenlet
#IUSE=""
DEPEND="dev-python/cython"