Install this version:
emerge -a =games-util/evdev-joystick-calibration-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/evdev-joystick-calibration-9999
Or alternatively:
emerge --autounmask-write -a =games-util/evdev-joystick-calibration-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 git-r3
DESCRIPTION="Reusable constraint types to use with typing.Annotated"
HOMEPAGE="https://github.com/nick-l-o3de/evdev-joystick-calibration"
EGIT_REPO_URI="https://github.com/nick-l-o3de/evdev-joystick-calibration.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
RESTRICT="mirror"
RDEPEND=">=dev-python/evdev-1.3.0[${PYTHON_USEDEP}]"
>=dev-python/evdev-1.3.0[]