mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
*/*: 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user