Commit Graph

3 Commits

Author SHA1 Message Date
Lucio Sauer
5d8e3eb901 net-misc/FORT-validator: Fix DESTDIR to work with Makefile's "prefix"
Default src_configure runs with --prefix="${EPREFIX}"/usr, so we
shouldn't specify ${EPREFIX} in DESTDIR.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-06-03 03:18:04 +02:00
Lucio Sauer
5abf0352fd net-misc/FORT-validator: fix build-time deps
New test-dep also enables tests.
Remove deps that we inherit inherit from the autotools eclass.
Remove deps that we inherit from the system set.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-06-03 03:18:03 +02:00
Lucio Sauer
5d0270aaf2 net-misc/FORT-validator: declare read-only parameter's type as const
Fixes build failure due to -Wincompatible-pointer-types

Closes: https://bugs.gentoo.org/928331
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2024-06-03 03:18:01 +02:00