1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Expected objects in C++11 and later in a single-file header-only library"
9 HOMEPAGE="https://github.com/martinmoene/expected-lite"
11 SRC_URI="https://github.com/martinmoene/expected-lite/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
15 KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv"
17 RESTRICT="!test? ( test )"
21 -DEXPECTED_LITE_OPT_BUILD_TESTS=$(usex test)