Install this version:
emerge -a =dev-cpp/g3log-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-cpp/g3log-9999
Or alternatively:
emerge --autounmask-write -a =dev-cpp/g3log-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="A modern and asynchronous C++ logging library"
HOMEPAGE="https://github.com/KjellKod/g3log"
EGIT_REPO_URI="https://github.com/KjellKod/g3log.git"
SRC_URI=""
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug"
DEPEND=""
RDEPEND="${DEPEND}"
CMAKE_BUILD_TYPE="Release"
DOCS=( README.markdown API.markdown )
Manage flags for this package:
euse -i <flag> -p dev-cpp/g3log |
euse -E <flag> -p dev-cpp/g3log |
euse -D <flag> -p dev-cpp/g3log