mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
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:
parent
a8cd73b3db
commit
eb63aa0249
@ -32,6 +32,7 @@ RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/pybind11-2.10[${PYTHON_USEDEP}]
|
||||
')
|
||||
dev-libs/libfmt:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
@ -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="
|
||||
|
Loading…
x
Reference in New Issue
Block a user