Install this version:
emerge -a =dev-libs/jonquil-0.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/jonquil-0.2.0
Or alternatively:
emerge --autounmask-write -a =dev-libs/jonquil-0.2.0
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
FORTRAN_STANDARD="2003"
inherit cmake fortran-2
DESCRIPTION="Jonquil: Bringing TOML blooms to JSON land"
HOMEPAGE="https://toml-f.readthedocs.io/en/latest/how-to/jonquil.html"
SRC_URI="https://github.com/toml-f/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0 MIT"
SLOT="0/2"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/toml-f:0/4
"
DEPEND="
${RDEPEND}
test? ( dev-util/fortran-test-drive )
"
PATCHES="
${FILESDIR}/${P}_fix_opening_brace_in_serializer.patch
${FILESDIR}/${P}_fix_exceed_array_bounds.patch
"
src_configure() {
local mycmakeargs=(
-DENABLE_TESTING=$(usex test)
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p dev-libs/jonquil |
euse -E <flag> -p dev-libs/jonquil |
euse -D <flag> -p dev-libs/jonquil
dev-libs/toml-f:0/4 test? ( dev-util/fortran-test-drive )
dev-libs/toml-f:0/4
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jonquil-0.2.0.tar.gz | 49875 bytes | https://github.com/toml-f/jonquil/archive/refs/tags/v0.2.0.tar.gz |