Install this version:
emerge -a =dev-libs/microprofile-4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/microprofile-4.0
Or alternatively:
emerge --autounmask-write -a =dev-libs/microprofile-4.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="An embeddable profiler"
HOMEPAGE="https://github.com/jonasmr/microprofile"
SRC_URI="https://github.com/jonasmr/microprofile/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/stb"
BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${PN}-4.0-bump-minimum-required-CMake-version.patch"
)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | microprofile-4.0.tar.gz | 25645927 bytes | https://github.com/jonasmr/microprofile/archive/refs/tags/v4.0.tar.gz |