dev-libs/spdlog: update live ebuild

Signed-off-by: David Roman <droman@ifae.es>
Closes: https://github.com/gentoo/gentoo/pull/40422
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
David Roman
2025-02-03 11:54:02 +01:00
committed by Sam James
parent 4d7cfc5cb9
commit 05c03a9ec8

View File

@@ -13,12 +13,12 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/gabime/${PN}"
else
SRC_URI="https://github.com/gabime/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
IUSE="test static-libs"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
@@ -28,7 +28,7 @@ BDEPEND="
)
"
DEPEND="
>=dev-libs/libfmt-9.1.0-r2:=[${MULTILIB_USEDEP}]
dev-libs/libfmt:=[${MULTILIB_USEDEP}]
"
RDEPEND="${DEPEND}"
@@ -46,7 +46,7 @@ multilib_src_configure() {
-DSPDLOG_BUILD_BENCH=no
-DSPDLOG_BUILD_EXAMPLE=no
-DSPDLOG_FMT_EXTERNAL=yes
-DSPDLOG_BUILD_SHARED=$(usex static-libs)
-DSPDLOG_BUILD_SHARED=yes
-DSPDLOG_BUILD_TESTS=$(usex test)
)