mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -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:
@@ -36,7 +36,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-libs/libfmt-9.1.0
|
||||
>=dev-libs/libfmt-9.1.0:=
|
||||
test? ( >=dev-cpp/catch-3.0.1 )
|
||||
"
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-libs/libfmt-9.1.0
|
||||
>=dev-libs/libfmt-9.1.0:=
|
||||
test? ( >=dev-cpp/catch-3.0.1 )
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user