sci-electronics/slang: fix 950641, add missing RDEPEND

- add missing RDEPEND dev-libs/libfmt:=

Closes: https://bugs.gentoo.org/950641
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui 2025-03-06 13:19:24 +08:00
parent a8cd73b3db
commit eb63aa0249
No known key found for this signature in database
GPG Key ID: AD4E34A8385E3E52
2 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@ RDEPEND="
$(python_gen_cond_dep '
>=dev-python/pybind11-2.10[${PYTHON_USEDEP}]
')
dev-libs/libfmt:=
"
DEPEND="${RDEPEND}"
BDEPEND="

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@ -32,6 +32,7 @@ RDEPEND="
$(python_gen_cond_dep '
>=dev-python/pybind11-2.10[${PYTHON_USEDEP}]
')
dev-libs/libfmt:=
"
DEPEND="${RDEPEND}"
BDEPEND="