Install this version:
emerge -a =dev-cpp/sfl-library-2.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/sfl-library-2.2.0
Or alternatively:
emerge --autounmask-write -a =dev-cpp/sfl-library-2.2.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.0 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Source: Written from scratch for sunset-repo overlay
EAPI=8
inherit cmake
DESCRIPTION="Header-only C++11 library that provides several new or lesser-known containers"
HOMEPAGE="https://github.com/slavenf/sfl-library"
SRC_URI="https://github.com/slavenf/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sfl-library-2.2.0.tar.gz | 613556 bytes | https://github.com/slavenf/sfl-library/archive/refs/tags/2.2.0.tar.gz |