Install this version:
emerge -a =dev-cpp/safeint-3.24
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/safeint-3.24
Or alternatively:
emerge --autounmask-write -a =dev-cpp/safeint-3.24
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.24 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A class library for C++ that manages integer overflows"
HOMEPAGE="https://github.com/dcleblanc/SafeInt"
SRC_URI="https://github.com/dcleblanc/SafeInt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/SafeInt-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# 3.19+ is purely header-only — upstream dropped CMakeLists.txt,
# safe_math.{h,_impl.h}, and the build/install scaffolding the
# 3.0.28a ebuild had to patch in. Just ship the header.
src_install() {
doheader SafeInt.hpp
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | safeint-3.24.tar.gz | 542888 bytes | https://github.com/dcleblanc/SafeInt/archive/refs/tags/3.24.tar.gz |