summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-dns/bind-tools: depend on newer libuvSam James2023-02-031-0/+160
At https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_16/lib/isc/netmgr/netmgr.c#L244, there's a check for runtime version vs built against version, but not equality, just whether it's new enough if at build time, we built against something which had more features b/c newer. Require the newest one in the list to avoid issues when mixing stable/~arch and also because we're not going to be testing an old libuv anyway. Reported by robbat2. Signed-off-by: Sam James <sam@gentoo.org>