Install this version:
emerge -a =media-gfx/admesh-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/admesh-9999
Or alternatively:
emerge --autounmask-write -a =media-gfx/admesh-9999
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/admesh/admesh/"
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/admesh/admesh/releases/download/v${PV}/${P}.tar.gz"
fi
DESCRIPTION="CLI and C library for processing triangulated solid meshes"
HOMEPAGE="https://admesh.readthedocs.io/"
LICENSE="GPL-2"
SLOT="0"