*/*: Use := on dev-libs/libfmt deps, part 2

Done via:

```
git grep -l "${name}-" |
  xargs sed -i -r -e "s@${name}-[0-9.]*(-r[0-9]*)?@&:=@g"
git grep -l "${name}-" | xargs sed -i -e "s@:=:=@:=@g"
pkgcheck scan --commits \
  -c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2025-11-18 18:06:05 +01:00
parent f8844552b3
commit 517a190af1
6 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ REQUIRED_USE="
RDEPEND="
!app-admin/ananicy
>=dev-cpp/nlohmann_json-3.9
>=dev-libs/libfmt-8
>=dev-libs/libfmt-8:=
>=dev-libs/spdlog-1.9
bpf? (
dev-libs/elfutils